needed?()
Is this file task needed? Yes if it doesn’t exist.
# File lib/rake/file_creation_task.rb, line 13 def needed? ! File.exist?(name) end