# File lib/rake.rb, line 1038
1038:     def ext(newext='')
1039:       collect { |fn| fn.ext(newext) }
1040:     end