# File lib/more/facets/filelist.rb, line 325
  def sub(pat, rep)
    inject(FileList.new) { |res, fn| res << fn.sub(pat,rep) }
  end