Method: MGraph::Builder#build

Defined in:
lib/mgraph/builder.rb

#build(root) ⇒ Object



8
9
10
11
# File 'lib/mgraph/builder.rb', line 8

def build root
  graph = Graph.new
  traverse_and_build graph, root
end