Class: TreeGraph::BottomUpInSameOrder

Inherits:
BottomUp show all
Defined in:
lib/tree_graph.rb

Instance Attribute Summary

Attributes included from Node

#is_last, #parent, #raw_node

Instance Method Summary collapse

Methods inherited from BottomUp

#branch, #tree_graph

Methods included from Node

#ancestors, #children_nodes, #indent, #initialize, #level, #levels

Instance Method Details

#childrenObject



102
103
104
# File 'lib/tree_graph.rb', line 102

def children
  super.reverse
end