# File lib/rake/file_list.rb, line 284
    def ext(newext="")
      collect { |fn| fn.ext(newext) }
    end