tasks()
List of all defined tasks in this application.
# File lib/rake/task_manager.rb, line 143 def tasks @tasks.values.sort_by { |t| t.name } end