# File lib/rake.rb, line 601
601: def file_create(args, &block)
602:   Rake::FileCreationTask.define_task(args, &block)
603: end