Class: TsortableHash
Instance Method Summary collapse
Instance Method Details
#tsort_each_child(node, &block) ⇒ Object
7 8 9 |
# File 'lib/base.rb', line 7 def tsort_each_child(node, &block) fetch(node).each(&block) end |
7 8 9 |
# File 'lib/base.rb', line 7 def tsort_each_child(node, &block) fetch(node).each(&block) end |