# File lib/rake.rb, line 1391
1391:     def pathmap(spec=nil)
1392:       collect { |fn| fn.pathmap(spec) }
1393:     end