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