Fix ArgumentError when IO.console receives keyword args by pocke · Pull Request #25 · ruby/io-console
IO.console method raises an ArgumentError when it receives keyword arguments due to the Ruby 3 keyword args change. For example: $ docker run -it --rm rubylang/all-ruby env ALL_RUBY_SINCE=2.4 ./all...