class Molinillo::DependencyGraph::Vertex
def predecessors
-
(Array
- the vertices of {#graph} that have an edge with)
def predecessors incoming_edges.map(&:origin) end
(Array)
- the vertices of {#graph} that have an edge with
def predecessors incoming_edges.map(&:origin) end