# File lib/rake/file_list.rb, line 249 249: def sub!(pat, rep) 250: each_with_index { |fn, i| self[i] = fn.sub(pat,rep) } 251: self 252: end