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)
|
assert_eval_with_jit("#{<<~"begin;"}\n#{<<~"end;"}", success_count: 0, call_threshold: 2)
|
||||||
begin;
|
begin;
|
||||||
class Integer
|
class Integer
|
||||||
|
alias < <
|
||||||
def <(x)
|
def <(x)
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user