# File lib/rake.rb, line 1203 1203: def gsub!(pat, rep) 1204: each_with_index { |fn, i| self[i] = fn.gsub(pat,rep) } 1205: self 1206: end