# File lib/rake.rb, line 454
454:       def [](task_name)
455:         Rake.application[task_name]
456:       end