# File lib/rake.rb, line 430
430:     def needed?
431:       ! File.exist?(name)
432:     end