()
| 496 | } |
| 497 | |
| 498 | public static String getRubyPath() { |
| 499 | return getSettings().getString("RUBY_DIR", getDefaultRubyPath()); |
| 500 | } |
| 501 | |
| 502 | public static String getDefaultMsfPath() { |
| 503 | return mContext.getFilesDir().getAbsolutePath() + "/msf"; |
no test coverage detected