# File lib/rake.rb, line 398
398: def file(args, &block)
399:   FileTask.define_task(args, &block)
400: end