class Pathname
def ext(newext='')
Return a new Pathname with String#ext applied to it.
def ext(newext='') Pathname.new(Rake.from_pathname(self).ext(newext)) end
def pathmap(spec=nil, &block)
details.)
new Pathname with the modified paths. (See String#pathmap for
Apply the pathmap spec to the Pathname, returning a
def pathmap(spec=nil, &block) Pathname.new(Rake.from_pathname(self).pathmap(spec, &block)) end