Module: Tree::InternalImplementation
- Includes:
- Implementation
- Included in:
- InternalChildrenImplementation, InternalParentImplementation
- Defined in:
- lib/modular_tree/implementations.rb
Instance Method Summary collapse
Methods included from Implementation
Instance Method Details
#node ⇒ Object
28 |
# File 'lib/modular_tree/implementations.rb', line 28 def node = self |
#node_value ⇒ Object
30 |
# File 'lib/modular_tree/implementations.rb', line 30 def node_value = self |
#this ⇒ Object
29 |
# File 'lib/modular_tree/implementations.rb', line 29 def this = self |