Method: Gem::Molinillo::DependencyGraph::Vertex#recursive_successors

Defined in:
lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb

#recursive_successorsSet<Vertex>

Returns the vertices of #graph where ‘self` is an #ancestor?.

Returns:



81
82
83
# File 'lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb', line 81

def recursive_successors
  _recursive_successors
end