class Hash

Extends the Hash class to use Tsort's tsort method

Public Instance Methods

tsort_each_child(node, &block) click to toggle source
# File lib/otb_job_queue/core_extensions.rb, line 10
def tsort_each_child(node, &block)
  fetch(node).each(&block)
end