# File lib/monkey/engine.rb, line 124 def use_real_ruby_engine(&block) with_ruby_engine(::REAL_RUBY_ENGINE, ::REAL_RUBY_ENGINE_VERSION, &block) end