class Rake::Task

def tasks

List of all defined tasks.
def tasks
  Rake.application.tasks
end