# File lib/rake/file_list.rb, line 320
    def existing
      select { |fn| File.exist?(fn) }.uniq
    end