Top Level Namespace

Defined Under Namespace

Classes: Gviz, Numeric, Object

Instance Method Summary collapse

Instance Method Details

#Graph(name = :G, type = :digraph, &blk) ⇒ Object

Graph fuction is a shortcut method of ‘Gviz#graph`.



6
7
8
# File 'lib/gviz.rb', line 6

def Graph(name=:G, type=:digraph, &blk)
  Gviz.new(name, type).graph(&blk)
end