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
Return the list of tasks defined
in this and nested namespaces.
# File lib/rake/name_space.rb, line 33
def tasks
@task_manager.tasks_in_scope(@scope)
end