# File lib/amqp/bit_set.rb, line 28
    def set(i)
      w = self.word_index(i)
      @words[w] |= (1 << i)
    end