diff options
Diffstat (limited to 'mjit_c.rb')
-rw-r--r-- | mjit_c.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -145,6 +145,10 @@ module RubyVM::MJIT # :nodoc: all } end + def mjit_for_each_iseq(&block) + Primitive.mjit_for_each_iseq(block) + end + #======================================================================================== # # Old stuff |