[macruby-changes] [1902] MacRuby/branches/experimental/string.c

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 19 21:49:25 PDT 2009


Revision: 1902
          http://trac.macosforge.org/projects/ruby/changeset/1902
Author:   lsansonetti at apple.com
Date:     2009-06-19 21:49:25 -0700 (Fri, 19 Jun 2009)
Log Message:
-----------
Symbol#include? should not exist

Modified Paths:
--------------
    MacRuby/branches/experimental/string.c

Modified: MacRuby/branches/experimental/string.c
===================================================================
--- MacRuby/branches/experimental/string.c	2009-06-20 04:49:10 UTC (rev 1901)
+++ MacRuby/branches/experimental/string.c	2009-06-20 04:49:25 UTC (rev 1902)
@@ -5646,6 +5646,7 @@
     rb_objc_define_method(rb_cSymbol, "to_sym", sym_to_sym, 0);
  
     rb_undef_method(rb_cSymbol, "to_str");
+    rb_undef_method(rb_cSymbol, "include?");
 
     install_symbol_primitives();
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090619/39e60ded/attachment.html>


More information about the macruby-changes mailing list