# File lib/rake/file_list.rb, line 275 275: def ext(newext='') 276: collect { |fn| fn.ext(newext) } 277: end