# File lib/monkey/engine.rb, line 130 def use_original_ruby_engine(&block) if defined? ::OLD_RUBY_ENGINE then with_ruby_engine(::OLD_RUBY_ENGINE, ::OLD_RUBY_ENGINE_VERSION, &block) else with_ruby_engine(::RUBY_ENGINE, ::RUBY_ENGINE_VERSION, &block) end end