# File lib/rake.rb, line 948 948: def gsub!(pat, rep) 949: each_with_index { |fn, i| self[i] = fn.gsub(pat,rep) } 950: self 951: end