This method is only available on newer versions. The first available version (v2_6_3) is shown here.
tsort_each_child(vertex, &block)
@!visibility private
# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb, line 27 def tsort_each_child(vertex, &block) vertex.successors.each(&block) end