# File lib/rake.rb, line 232
232:
def
tasks
233:
TASKS
.
keys
.
sort
.
collect
{
|
tn
|
Task
[
tn
] } 234:
end