Method: Puppet::Graph::SimpleGraph#size
- Defined in:
- lib/puppet/graph/simple_graph.rb
#size ⇒ Object
Return the size of the graph.
89 90 91 |
# File 'lib/puppet/graph/simple_graph.rb', line 89 def size vertices.size end |
Return the size of the graph.
89 90 91 |
# File 'lib/puppet/graph/simple_graph.rb', line 89 def size vertices.size end |