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