We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1536a7 commit 41deb12Copy full SHA for 41deb12
1 file changed
test/ruby/test_hash.rb
@@ -558,7 +558,7 @@ def test_reject
558
assert_equal(h3, h.reject {|k,v| v })
559
assert_equal(base, h)
560
561
- return unless RUBY_VERSION < "2.2.0" # [ruby-core:59154] [Bug #9223]
+ return unless RUBY_VERSION >= "2.2.0" # [ruby-core:59154] [Bug #9223]
562
563
h.instance_variable_set(:@foo, :foo)
564
h.default = 42
0 commit comments