Class: Warbler::TraitsDependencyArray

Inherits:
Array
  • Object
show all
Includes:
TSort
Defined in:
lib/warbler/traits.rb

Instance Method Summary collapse

Instance Method Details

#tsort_each_child(node, &block) ⇒ Object



110
111
112
# File 'lib/warbler/traits.rb', line 110

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