Method: Puppet::Graph::RelationshipGraph#remove_vertex!

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

#remove_vertex!(vertex) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



51
52
53
54
# File 'lib/puppet/graph/relationship_graph.rb', line 51

def remove_vertex!(vertex)
  super
  @prioritizer.forget(vertex)
end