# File lib/more/facets/filelist.rb, line 360
  def ext(newext='')
    collect { |fn| fn.ext(newext) }
  end