# File lib/rake/file_list.rb, line 233
233:     def sub(pat, rep)
234:       inject(FileList.new) { |res, fn| res << fn.sub(pat,rep) }
235:     end