# File lib/rake/dsl_definition.rb, line 40 40: def file(*args, &block) 41: Rake::FileTask.define_task(*args, &block) 42: end