# File lib/rubyrep/proxy_cursor.rb, line 39
    def destroy
      self.cursor.clear if self.cursor
      self.cursor = nil
    end