# File lib/rake.rb, line 793
793:     def needed?
794:       ! File.exist?(name)
795:     end