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