# File lib/rake.rb, line 1463 1463: def pathmap(spec=nil) 1464: collect { |fn| fn.pathmap(spec) } 1465: end