# File lib/rake.rb, line 1211 1211: def pathmap(spec=nil) 1212: collect { |fn| fn.pathmap(spec) } 1213: end