git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2017-12-12 12:12:39 +00:00
Родитель 476a539ff6
Коммит 3baa1d23bc
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1019,7 +1019,6 @@ class TestMethod < Test::Unit::TestCase
end
def test_eqq
assert(Method.instance_methods(false).include? :===)
assert_operator(0.method(:<), :===, 5)
assert_not_operator(0.method(:<), :===, -5)
end