Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Oct 28, 2014
1 parent a0a91cf commit 74617f0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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" );
Expand Down

0 comments on commit 74617f0

Please sign in to comment.