module PathMapper::Patch::Pathname::Mixin

Public Instance Methods

to_pathmapper() click to toggle source
# File lib/path_mapper/patch/pathname.rb, line 5
def to_pathmapper
  PathMapper.new(self)
end