# File lib/rake.rb, line 1207 1207: def pathmap(spec=nil) 1208: collect { |fn| fn.pathmap(spec) } 1209: end