# File lib/rake.rb, line 864
864: def file(*args, &block)
865:   Rake::FileTask.define_task(*args, &block)
866: end