Module: OSX

Defined in:
lib/rucola/test_helper.rb

Defined Under Namespace

Classes: NSObject

Class Method Summary collapse

Class Method Details

._ignore_ns_overrideObject

Allows methods to be overriden with a different arity.

TODO: Check with Laurent if this is bad? Otherwise we should maybe override the stub method to set this to true when the object is a subclass of OSX::NSObject and set it to false again after the stubbing.



9
# File 'lib/rucola/test_helper.rb', line 9

def self._ignore_ns_override; true; end