Should be implemented by a extended class.
#tsort_each_child is used to iterate for child nodes of node.
# File tsort.rb, line 240 def tsort_each_child(node) # :yields: child raise NotImplementedError.new end
<code/>
<pre/>
<code/>and<pre/>for code samples.