# File lib/rake/dsl_definition.rb, line 46 46: def file_create(args, &block) 47: Rake::FileCreationTask.define_task(args, &block) 48: end