# File lib/rake.rb, line 846
846: def file(*args, &block)
847:   Rake::FileTask.define_task(*args, &block)
848: end