This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.
tsort_each_child(node, &block)
No documentation available.
# File lib/tsort.rb, line 251 def tsort_each_child(node, &block) fetch(node).each(&block) end