[macruby-changes] [4207] MacRuby/trunk/lib/irb.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 4 21:11:59 PDT 2010


Revision: 4207
          http://trac.macosforge.org/projects/ruby/changeset/4207
Author:   martinlagardette at apple.com
Date:     2010-06-04 21:11:56 -0700 (Fri, 04 Jun 2010)
Log Message:
-----------
Fixing DietRB - This is not usable right now

Modified Paths:
--------------
    MacRuby/trunk/lib/irb.rb

Modified: MacRuby/trunk/lib/irb.rb
===================================================================
--- MacRuby/trunk/lib/irb.rb	2010-06-05 02:46:02 UTC (rev 4206)
+++ MacRuby/trunk/lib/irb.rb	2010-06-05 04:11:56 UTC (rev 4207)
@@ -13,9 +13,9 @@
 require 'irb/ext/history'
 require 'irb/ext/completion'
 
-if !ENV['SPECCING'] && defined?(RUBY_ENGINE) && RUBY_ENGINE == "macruby"
-  require 'irb/ext/macruby'
-end
+# if !ENV['SPECCING'] && defined?(RUBY_ENGINE) && RUBY_ENGINE == "macruby"
+#   require 'irb/ext/macruby'
+# end
 
 module IRB
   class << self
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100604/070c503e/attachment-0001.html>


More information about the macruby-changes mailing list