# File lib/rake.rb, line 470 470: def file(args, &block) 471: Rake::FileTask.define_task(args, &block) 472: end