Method: BracketGraph::Graph#as_json

Defined in:
lib/bracket_graph/graph.rb

#as_json(*attrs) ⇒ Object



45
46
47
# File 'lib/bracket_graph/graph.rb', line 45

def as_json *attrs
  @root.as_json *attrs
end