# File lib/fssm/pathname.rb, line 424
    def readlink
      self.class.new(File.readlink(self))
    end