# File lib/rake.rb, line 1199 1199: def gsub!(pat, rep) 1200: each_with_index { |fn, i| self[i] = fn.gsub(pat,rep) } 1201: self 1202: end