mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
4 lines
77 B
Ruby
4 lines
77 B
Ruby
# Remove the helper defined in kernel.rb
|
|
class Module
|
|
undef :with_yjit
|
|
end
|