# File lib/rake.rb, line 1497
1497:     def ext(newext='')
1498:       collect { |fn| fn.ext(newext) }
1499:     end