Class: Shhh::App::Commands::DependencyResolver

Inherits:
Hash
  • Object
show all
Includes:
TSort
Defined in:
lib/shhh/app/commands.rb

Instance Method Summary collapse

Instance Method Details

#tsort_each_child(node, &block) ⇒ Object



12
13
14
# File 'lib/shhh/app/commands.rb', line 12

def tsort_each_child(node, &block)
  fetch(node).each(&block)
end