# File lib/rake.rb, line 1475 1475: def ext(newext='') 1476: collect { |fn| fn.ext(newext) } 1477: end