Method: Graph#subgraphs
- Defined in:
- lib/graph.rb
#subgraphs ⇒ Object (readonly)
An array of subgraphs.
127 128 129 |
# File 'lib/graph.rb', line 127 def subgraphs @subgraphs end |
An array of subgraphs.
127 128 129 |
# File 'lib/graph.rb', line 127 def subgraphs @subgraphs end |