Module: Tree::ChildrenImplementation
- Includes:
- BranchesProperty, ChildrenProperty, Implementation
- Defined in:
- lib/modular_tree/implementations.rb
Instance Method Summary collapse
-
#attach(child) ⇒ Object
protected.
Methods included from Implementation
Methods included from NodeProperty
Methods included from BranchesProperty
#bare?, #branches, #each_branch
Methods included from ChildrenProperty
#children, #detach, #each_child
Instance Method Details
#attach(child) ⇒ Object
protected
67 |
# File 'lib/modular_tree/implementations.rb', line 67 def attach(child) = abstract_method |