mirror of
https://github.com/ruby/ruby.git
synced 2026-08-01 02:20:48 +08: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
|