# File lib/rake.rb, line 1449 1449: def sub!(pat, rep) 1450: each_with_index { |fn, i| self[i] = fn.sub(pat,rep) } 1451: self 1452: end