# File lib/rake.rb, line 810
810:     def needed?
811:       ! File.exist?(name)
812:     end