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