# File lib/innodb/util/buffer_cursor.rb, line 27
    def inspect
      "<%s direction=%s position=%s>" % [
        self.class.name,
        @direction.inspect,
        @position,
      ]
    end