Method: Puppet::Graph::SimpleGraph#size

Defined in:
lib/puppet/graph/simple_graph.rb

#sizeObject

Return the size of the graph.



89
90
91
# File 'lib/puppet/graph/simple_graph.rb', line 89

def size
  vertices.size
end