# File lib/rake.rb, line 770
770:     def needed?
771:       ! File.exist?(name) || out_of_date?(timestamp)
772:     end