module Bundler::TSort
def tsort_each_child(node) # :yields: child
#tsort_each_child is used to iterate for child nodes of _node_.
Should be implemented by a extended class.
def tsort_each_child(node) # :yields: child raise NotImplementedError.new end