Class: TreeGraph::BottomUpInSameOrder
- Defined in:
- lib/tree_graph.rb
Instance Attribute Summary
Attributes included from Node
Instance Method Summary collapse
Methods inherited from BottomUp
Methods included from Node
#ancestors, #children_nodes, #indent, #initialize, #level, #levels
Instance Method Details
#children ⇒ Object
102 103 104 |
# File 'lib/tree_graph.rb', line 102 def children super.reverse end |