# File lib/rake.rb, line 1471 1471: def sub!(pat, rep) 1472: each_with_index { |fn, i| self[i] = fn.sub(pat,rep) } 1473: self 1474: end