()
| 492 | } |
| 493 | |
| 494 | public static String getDefaultRubyPath() { |
| 495 | return mContext.getFilesDir().getAbsolutePath() + "/ruby"; |
| 496 | } |
| 497 | |
| 498 | public static String getRubyPath() { |
| 499 | return getSettings().getString("RUBY_DIR", getDefaultRubyPath()); |
no outgoing calls
no test coverage detected