method

tsort_each_child

ruby latest stable - Class: TSortHash

Method deprecated or moved

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)
public

No documentation available.

# File lib/tsort.rb, line 251
    def tsort_each_child(node, &block)
      fetch(node).each(&block)
    end