Module: Dependz::SortItem

Included in:
Client
Defined in:
lib/dependz/sort_item.rb

Instance Method Summary collapse

Instance Method Details

#sort_itemObject



5
6
7
# File 'lib/dependz/sort_item.rb', line 5

def sort_item
  dag.topsort_iterator.to_a.reverse
end