# File lib/rake.rb, line 1193 1193: def sub!(pat, rep) 1194: each_with_index { |fn, i| self[i] = fn.sub(pat,rep) } 1195: self 1196: end