# File lib/rake.rb, line 1455 1455: def gsub!(pat, rep) 1456: each_with_index { |fn, i| self[i] = fn.gsub(pat,rep) } 1457: self 1458: end