# File lib/rake.rb, line 728
728:       def [](task_name)
729:         Rake.application[task_name]
730:       end