Module: FSSM::Tree::NodeBase
- Included in:
- Cache, Node, NodeEnumerable, NodeInsertion
- Defined in:
- lib/fssm/tree.rb
Instance Method Summary collapse
Instance Method Details
#initialize ⇒ Object
3 4 5 |
# File 'lib/fssm/tree.rb', line 3 def initialize @children = {} end |