Method: Capitate::TaskNode#sorted_tasks
- Defined in:
- lib/capitate/task_node.rb
#sorted_tasks ⇒ Object
Get tasks (sorted).
58 59 60 |
# File 'lib/capitate/task_node.rb', line 58 def sorted_tasks tasks.sort_by(&:fully_qualified_name) # { |t| t.name.to_s } end |