# File lib/rake/file_creation_task.rb, line 13
13:     def needed?
14:       ! File.exist?(name)
15:     end