From: <ps...@us...> - 2007-11-22 01:57:53
|
Revision: 2136 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2136&view=rev Author: psychs Date: 2007-11-21 17:57:51 -0800 (Wed, 21 Nov 2007) Log Message: ----------- 2007-11-22 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsstring_compat.rb: - Removed method_missing for the duck typing in NSString, NSArray and NSDictionary. Now NSString doens't respond to: ~, =~, count, delete, delete!, gsub, gsub!, match, scan, squeeze, squeeze!, sub, sub!, tr, tr!, tr_s, tr_s!. NSString doesn't support Regexp parameters in: [], []=, index, rindex, slice, slice!, split. - Moved casecmp to NSString. - Updated tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/tests/tc_nsstring_compat.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |