Method: JsonWorld::DSL::ClassMethods#inherited
- Defined in:
- lib/json_world/dsl.rb
#inherited(child) ⇒ Object
Note:
Override
45 46 47 48 49 |
# File 'lib/json_world/dsl.rb', line 45 def inherited(child) super child.link_definitions = link_definitions.clone child.property_definitions = property_definitions.clone end |