Suppress method redefinition warnings

This commit is contained in:
Nobuyoshi Nakada 2022-12-26 20:29:06 +09:00
parent 5e54c57d83
commit b37e9c77fe
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -1191,6 +1191,7 @@ class TestMJIT < Test::Unit::TestCase
assert_eval_with_jit("#{<<~"begin;"}\n#{<<~"end;"}", success_count: 0, call_threshold: 2)
begin;
class Integer
alias < <
def <(x)
true
end