# File lib/rake/file_list.rb, line 255 255: def gsub!(pat, rep) 256: each_with_index { |fn, i| self[i] = fn.gsub(pat,rep) } 257: self 258: end