# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb, line 19
    def tsort_each_child(vertex, &block)
      vertex.successors.each(&block)
    end