Method: Configurable::ConfigTypes::ObjectType.inherited
- Defined in:
- lib/configurable/config_types/object_type.rb
.inherited(base) ⇒ Object
:nodoc:
7 8 9 10 11 |
# File 'lib/configurable/config_types/object_type.rb', line 7 def inherited(base) # :nodoc: unless base.instance_variable_defined?(:@matchers) base.instance_variable_set(:@matchers, matchers.dup) end end |