# File lib/mongo/cursor.rb, line 377
    def add_option(opt)
      check_modifiable

      @options |= opt
      @options
    end