# File lib/rake.rb, line 262
262:       def tasks
263:         TASKS.keys.sort.collect { |tn| Rake::Task[tn] }
264:       end