Class: TodoNext::Tree::EX
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Node
#has_children?, #initialize, #make_me_a_leaf, #remove_from_parent_children
Constructor Details
This class inherits a constructor from TodoNext::Tree::Node
Instance Method Details
#example? ⇒ Boolean
10 |
# File 'lib/todo_next/tree/nodes.rb', line 10 def example? ; true end |
#terminal? ⇒ Boolean
11 |
# File 'lib/todo_next/tree/nodes.rb', line 11 def terminal?; children.empty? end |