# File lib/fakefs/pathname.rb, line 732
      def readlink
        self.class.new(File.readlink(@path))
      end