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