# File lib/rake/file_list.rb, line 272
    def pathmap(spec=nil, &block)
      collect { |fn| fn.pathmap(spec, &block) }
    end