Method: Graph#name

Defined in:
lib/graph.rb

#nameObject

The name of the graph. Optional for graphs and subgraphs. Prefix the name of a subgraph with “cluster” for subgraph that is boxed.



76
77
78
# File 'lib/graph.rb', line 76

def name
  @name
end