# File lib/rake.rb, line 476
476: def file_create(args, &block)
477:   Rake::FileCreationTask.define_task(args, &block)
478: end