class Rake::FileList

def pathmap(spec=nil)

details.)
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)
  collect { |fn| fn.pathmap(spec) }
end