Class: DynamicMigrations::Postgres::Generator::MigrationDependencySorter
- Inherits:
-
Hash
- Object
- Hash
- DynamicMigrations::Postgres::Generator::MigrationDependencySorter
- Includes:
- TSort
- Defined in:
- lib/dynamic_migrations/postgres/generator/migration_dependency_sorter.rb
Instance Method Summary collapse
Instance Method Details
#tsort_each_child(node, &block) ⇒ Object
15 16 17 |
# File 'lib/dynamic_migrations/postgres/generator/migration_dependency_sorter.rb', line 15 def tsort_each_child(node, &block) fetch(node).each(&block) end |