# File lib/amqp/bit_set.rb, line 38
    def get(i)
      w = self.word_index(i)

      (@words[w] & (1 << i)) != 0
    end