We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1247003 commit cf5b795Copy full SHA for cf5b795
src/jruby4max/rubysupport/ScriptEvaluator.java
@@ -93,6 +93,7 @@ public void undeclareGlobal( String variableName ) {
93
protected void resetEngineContext() {
94
container = new ScriptingContainer( LocalContextScope.SINGLETHREAD, LocalVariableBehavior.TRANSIENT );
95
container.setCompatVersion( compatVersion );
96
+ container.setCurrentDirectory( System.getProperty( "user.home" ) );
97
}
98
99
protected void declareGlobalInternal( String variableName, Object obj ) {
0 commit comments