Class: TsortableHash
- Inherits:
-
Hash
- Object
- Hash
- TsortableHash
- Includes:
- TSort
- Defined in:
- lib/cpp_dependency_graph/tsortable_hash.rb
Instance Method Summary collapse
Instance Method Details
#tsort_each_child(node, &block) ⇒ Object
9 10 11 |
# File 'lib/cpp_dependency_graph/tsortable_hash.rb', line 9 def tsort_each_child(node, &block) fetch(node).each(&block) end |