# File lib/rake.rb, line 1219 1219: def ext(newext='') 1220: collect { |fn| fn.ext(newext) } 1221: end