From: <ki...@us...> - 2014-06-24 22:25:18
|
Revision: 2579 http://sourceforge.net/p/rubycocoa/svn/2579 Author: kimuraw Date: 2014-06-24 22:25:16 +0000 (Tue, 24 Jun 2014) Log Message: ----------- Raise NoMethodError when Objective-C method is not found change exception class to NoMethodError from OSX::OCMessageSendException. obj = OSX::NSObject.alloc.init obj.notImplementedMethod() # => NoMethodError Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/mdl_objwrapper.m trunk/src/tests/tc_objcid.rb trunk/src/tests/tc_subclass.rb trunk/src/tests/tc_wrapper.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |