[macruby-changes] [2305] MacRuby/trunk/ruby.c

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 13 00:36:00 PDT 2009


Revision: 2305
          http://trac.macosforge.org/projects/ruby/changeset/2305
Author:   lsansonetti at apple.com
Date:     2009-08-13 00:35:57 -0700 (Thu, 13 Aug 2009)
Log Message:
-----------
do not create the Gem module (for now)

Modified Paths:
--------------
    MacRuby/trunk/ruby.c

Modified: MacRuby/trunk/ruby.c
===================================================================
--- MacRuby/trunk/ruby.c	2009-08-13 04:42:07 UTC (rev 2304)
+++ MacRuby/trunk/ruby.c	2009-08-13 07:35:57 UTC (rev 2305)
@@ -804,10 +804,12 @@
 static void
 ruby_init_gems(int enable)
 {
+#if 0 // TODO
     if (enable) {
 	rb_define_module("Gem");
     }
-    //Init_prelude();
+    Init_prelude();
+#endif
 }
 
 static rb_encoding *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090813/3a9fa7b9/attachment.html>


More information about the macruby-changes mailing list