# File lib/rake.rb, line 1223 1223: def ext(newext='') 1224: collect { |fn| fn.ext(newext) } 1225: end