Method: Puppet::Graph::SimpleGraph#vertices

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

#verticesObject

Return a list of all vertices.



295
296
297
# File 'lib/puppet/graph/simple_graph.rb', line 295

def vertices
  @in_to.keys
end