# File lib/mongo/cursor.rb, line 383
    def remove_option(opt)
      check_modifiable

      @options &= ~opt
      @options
    end