Method: Gem::Molinillo::DependencyGraph::Vertex#recursive_predecessors
- Defined in:
- lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
#recursive_predecessors ⇒ Set<Vertex>
Returns the vertices of #graph where ‘self` is a #descendent?.
55 56 57 |
# File 'lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb', line 55 def recursive_predecessors _recursive_predecessors end |