!7 lib 1013578 // jruby import org.jruby.embed.ScriptingContainer; p { time "Make container" { new ScriptingContainer container; } time2 { container.runScriptlet("puts 'Hello World!'"); } }