class Molinillo::DependencyGraph::Vertex

def recursive_successors

Returns:
  • (Set) - the vertices of {#graph} where `self` is an
def recursive_successors
  _recursive_successors
end