Closed tompng closed 4 months ago
Hash#inspect is proposed to change to {key: value, non_symbol_key => value} in https://bugs.ruby-lang.org/issues/20433#note-10 This pull request fixes test/console/print_test.rb to pass in both Hash#inspect style.
Hash#inspect
{key: value, non_symbol_key => value}
test/console/print_test.rb
Pull request that change Hash#inspect is here https://github.com/ruby/ruby/pull/10924
:heavy_multiplication_x:no tests failed :heavy_check_mark:669 tests passed(1 flake)
Hash#inspect
is proposed to change to{key: value, non_symbol_key => value}
in https://bugs.ruby-lang.org/issues/20433#note-10 This pull request fixestest/console/print_test.rb
to pass in bothHash#inspect
style.Pull request that change Hash#inspect is here https://github.com/ruby/ruby/pull/10924