ruby/jit_undef.rb
2025-07-30 10:11:10 -07:00

4 lines
78 B
Ruby

# Remove the helper defined in jit_hook.rb
class Module
undef :with_jit
end