# File lib/rake/file_list.rb, line 263
263:     def pathmap(spec=nil)
264:       collect { |fn| fn.pathmap(spec) }
265:     end