class Rake::FileList
def pathmap(spec=nil, &block)
new file list with the modified paths. (See String#pathmap for
Apply the pathmap spec to each of the included file names, returning a
def pathmap(spec=nil, &block) collect { |fn| fn.pathmap(spec, &block) } end