# File lib/rake.rb, line 1377 1377: def sub!(pat, rep) 1378: each_with_index { |fn, i| self[i] = fn.sub(pat,rep) } 1379: self 1380: end