Esempio n. 1
0
 public static void processDotfile() {
   for (String home : getDotfileDirectories()) {
     File dotfile = new File(home + "/.jrubyrc");
     if (dotfile.exists()) loadJRubyProperties(dotfile);
   }
 }