# File lib/rake.rb, line 722
722:     def needed?
723:       ! File.exist?(name)
724:     end