Method: Spider::Model::Sync#sorted
- Defined in:
- lib/spiderfw/model/sync.rb
#sorted ⇒ Object
21 22 23 24 |
# File 'lib/spiderfw/model/sync.rb', line 21 def sorted tasks = tsort tasks.map{ |t| t.model } end |
21 22 23 24 |
# File 'lib/spiderfw/model/sync.rb', line 21 def sorted tasks = tsort tasks.map{ |t| t.model } end |