# File lib/rake.rb, line 852 852: def file_create(args, &block) 853: Rake::FileCreationTask.define_task(args, &block) 854: end