# File lib/rake.rb, line 1025 1025: def gsub!(pat, rep) 1026: each_with_index { |fn, i| self[i] = fn.gsub(pat,rep) } 1027: self 1028: end