Method: Graph#boxes
- Defined in:
- lib/graph.rb
#boxes ⇒ Object
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 |
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 |