# File lib/facter/core/directed_graph.rb, line 23 def tsort_each_child(node) fetch(node, []).each do |child| yield child end end