[macruby-changes] [4435] MacRuby/trunk/MacRuby.m

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 19 20:12:16 PDT 2010


Revision: 4435
          http://trac.macosforge.org/projects/ruby/changeset/4435
Author:   lsansonetti at apple.com
Date:     2010-08-19 20:12:13 -0700 (Thu, 19 Aug 2010)
Log Message:
-----------
+[MacRuby sharedRuntime]: initialize the load path

Modified Paths:
--------------
    MacRuby/trunk/MacRuby.m

Modified: MacRuby/trunk/MacRuby.m
===================================================================
--- MacRuby/trunk/MacRuby.m	2010-08-20 01:32:17 UTC (rev 4434)
+++ MacRuby/trunk/MacRuby.m	2010-08-20 03:12:13 UTC (rev 4435)
@@ -28,6 +28,7 @@
 	    char **argv = NULL;
 	    ruby_sysinit(&argc, &argv);
 	    ruby_init();
+	    ruby_init_loadpath();
 	    rb_vm_init_compiler();
 	    rb_vm_init_jit();
 	}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100819/17c89826/attachment.html>


More information about the macruby-changes mailing list