mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
5 lines
78 B
Ruby
5 lines
78 B
Ruby
# Remove the helper defined in jit_hook.rb
|
|
class Module
|
|
undef :with_jit
|
|
end
|