# File lib/rake.rb, line 593
593: def file(args, &block)
594:   Rake::FileTask.define_task(args, &block)
595: end