Module: Tree::ParentProperty
- Included in:
- InternalParentChildImplementation, ParentImplementation
- Defined in:
- lib/modular_tree/properties.rb
Instance Method Summary collapse
Instance Method Details
#parent ⇒ Object
30 |
# File 'lib/modular_tree/properties.rb', line 30 def parent = abstract_method |
#parent=(arg) ⇒ Object
31 |
# File 'lib/modular_tree/properties.rb', line 31 def parent=(arg) abstract_method end |