tasks()
Return the list of tasks defined in this and nested namespaces.
# File lib/rake/name_space.rb, line 21 def tasks @task_manager.tasks_in_scope(@scope) end