From: <ps...@us...> - 2007-08-29 10:44:39
|
Revision: 2024 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2024&view=rev Author: psychs Date: 2007-08-29 03:44:34 -0700 (Wed, 29 Aug 2007) Log Message: ----------- 2007-08-29 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsdictionary.rb: - Added dup and clone method to NSString, NSArray, NSDictionary. - Refactoring NSArrayAttachment#*. - Fixed a bug, NSArrayAttachment#flatten should return Array. - Added NSDictionaryAttachment: each_key, each_pair, each_value, [], default, default=, default_proc, default_proc=, delete, delete_if, reject!, empty?, has_key?, include?, key?, member?, has_value?, invert, key, rehash, reject, replace. - Updated tests. * tests/tc_nsarray.rb, tests/tc_nsstring.rb: Added copying tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/tests/tc_nsarray.rb trunk/src/tests/tc_nsdictionary.rb trunk/src/tests/tc_nsstring.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |