# File lib/rake.rb, line 775
775: def file(args, &block)
776:   Rake::FileTask.define_task(args, &block)
777: end