class Molinillo::DependencyGraph::Vertex

def successors

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