= private = protected
successors()
@return [Array] the vertices of {#graph} that have an edge with
`self` as their {Edge#origin}
# File lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb, line 63 def successors outgoing_edges.map(&:destination) end