mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 06:25:31 +02:00
Suppress method redefinition warnings
This commit is contained in:
parent
5e54c57d83
commit
b37e9c77fe
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue