Class: TodoNext::Tree::LI

Inherits:
Node
  • Object
show all
Defined in:
lib/todo_next/tree/nodes.rb

Instance Attribute Summary

Attributes inherited from Node

#children, #parent, #text

Instance Method Summary collapse

Methods inherited from Node

#example?, #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

#terminal?Boolean

Returns:

  • (Boolean)


6
# File 'lib/todo_next/tree/nodes.rb', line 6

def terminal? ; true  end