# File lib/rake.rb, line 1403
1403:     def ext(newext='')
1404:       collect { |fn| fn.ext(newext) }
1405:     end