# File lib/rake.rb, line 380
380: def task(args, &block)
381:   Task.define_task(args, &block)
382: end