Module: OSX
- Defined in:
- lib/rucola/test_helper.rb
Overview
:nodoc:
Defined Under Namespace
Class Method Summary collapse
-
._ignore_ns_override ⇒ Object
Allows methods to be overriden with a different arity.
Class Method Details
._ignore_ns_override ⇒ Object
Allows methods to be overriden with a different arity.
FIXME: This seems to destroy the #super_init etc from working
16 |
# File 'lib/rucola/test_helper.rb', line 16 def self._ignore_ns_override; true; end |