# File lib/rake.rb, line 781
781: def file_create(args, &block)
782:   Rake::FileCreationTask.define_task(args, &block)
783: end