summaryrefslogtreecommitdiff
path: root/jit_undef.rb
diff options
context:
space:
mode:
Diffstat (limited to 'jit_undef.rb')
-rw-r--r--jit_undef.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/jit_undef.rb b/jit_undef.rb
new file mode 100644
index 0000000000..0e855fe7a2
--- /dev/null
+++ b/jit_undef.rb
@@ -0,0 +1,4 @@
+# Remove the helper defined in jit_hook.rb
+class Module
+ undef :with_jit
+end