Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -66,8 +66,8 @@ public void testJRubyCreate() throws InterruptedException {
System.err.println();
System.err.println();

// System.setProperty( "jruby.debug.loadService", "true" );
IsolatedScriptingContainer jruby = new IsolatedScriptingContainer();
// System.setProperty( "jruby.debug.loadService", "true" );
IsolatedScriptingContainer jruby = new IsolatedScriptingContainer();

// run a script from LOAD_PATH
String hello = (String) jruby.runScriptlet( "require 'hello'; Hello.say" );

0 comments on commit 74617f0

Please sign in to comment.