Module: TreeGraph

Defined in:
lib/tree_graph.rb,
lib/tree_graph/version.rb

Defined Under Namespace

Classes: Node

Constant Summary collapse

VERSION =
"0.2.0"

Instance Method Summary collapse

Instance Method Details

#tree_graphObject



5
6
7
# File 'lib/tree_graph.rb', line 5

def tree_graph
  Node.new(self).tree_graph
end