Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -58,6 +58,7 @@ private String findJRubyHome() {
if (currentJarFile.toString().endsWith("/ruby.jar")) {
String jarDir = currentJarFile.getParent();
if (new File(jarDir, "lib").isDirectory()) {
jrubyRuntime.setJRubyHome(jarDir);
return jarDir;
}
}

0 comments on commit 87e05cc

Please sign in to comment.