Method: Graph#boxes

Defined in:
lib/graph.rb

#boxesObject

Shortcut method to set the global node attributes to use boxes.



202
203
204
# File 'lib/graph.rb', line 202

def boxes
  node_attribs << shape("box")
end