# File lib/rake.rb, line 1197 1197: def sub!(pat, rep) 1198: each_with_index { |fn, i| self[i] = fn.sub(pat,rep) } 1199: self 1200: end