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



108
109
110
# File 'lib/warbler/traits.rb', line 108

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