# File lib/rake.rb, line 1019 1019: def sub!(pat, rep) 1020: each_with_index { |fn, i| self[i] = fn.sub(pat,rep) } 1021: self 1022: end