Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
tasks()
public
List of all defined tasks in this application.
# File lib/rake/task_manager.rb, line 145
def tasks
@tasks.values.sort_by { |t| t.name }
end