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