module Rake::TaskManager

def all_tasks

This gives us access to the tasks already defined in rake.
#
:nodoc:
def all_tasks
  @tasks
end