Revision: 1902 http://trac.macosforge.org/projects/ruby/changeset/1902 Author: lsansonetti@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();
participants (1)
-
source_changes@macosforge.org