class Rake::Task

def [](task_name)

task with no dependencies or actions.
found, but an existing file matches the task name, assume it is a file
known, try to synthesize one from the defined rules. If no rules are
Return a task with the given name. If the task is not currently
def [](task_name)
  Rake.application[task_name]
end