ruby/yjit_hook.rb
2025-07-28 15:17:45 -07:00

4 lines
77 B
Ruby

# Remove the helper defined in kernel.rb
class Module
undef :with_yjit
end