class Rake::NameSpace

def tasks

Return the list of tasks defined in this and nested namespaces.
def tasks
  @task_manager.tasks_in_scope(@scope)
end