# File lib/rake.rb, line 1477 1477: def gsub!(pat, rep) 1478: each_with_index { |fn, i| self[i] = fn.gsub(pat,rep) } 1479: self 1480: end