# File lib/rake.rb, line 1383 1383: def gsub!(pat, rep) 1384: each_with_index { |fn, i| self[i] = fn.gsub(pat,rep) } 1385: self 1386: end