# File lib/rake.rb, line 870 870: def file_create(args, &block) 871: Rake::FileCreationTask.define_task(args, &block) 872: end