# File lib/rake.rb, line 542
542:     def needed?
543:       ! File.exist?(name)
544:     end