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