class Pathname

def readlink_r

def readlink_r
  r = self
  r = r.readlink while r.symlink?
  r
end