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

      @options &= ~opt
      @options
    end