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