Suppress method redefinition warnings
This commit is contained in:
parent
5e54c57d83
commit
b37e9c77fe
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user