# File lib/rake.rb, line 942 942: def sub!(pat, rep) 943: each_with_index { |fn, i| self[i] = fn.sub(pat,rep) } 944: self 945: end