From: <ki...@us...> - 2007-05-21 13:44:10
|
Revision: 1755 http://svn.sourceforge.net/rubycocoa/?rev=1755&view=rev Author: kimuraw Date: 2007-05-21 06:44:07 -0700 (Mon, 21 May 2007) Log Message: ----------- NSString behave like Ruby String, "to_s" will not be needed mostly. This change enables: * comparison between NSString and String nsstr == rbstr nsstr != rbstr * call Ruby String methods with NSString nsstr.gsub(...) nsstr + "other string" Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb Added Paths: ----------- trunk/src/tests/tc_nsstring_compat.rb Property Changed: ---------------- trunk/src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |