# File lib/rake.rb, line 1485
1485:     def pathmap(spec=nil)
1486:       collect { |fn| fn.pathmap(spec) }
1487:     end