# File lib/amqp/queue.rb, line 305
    def rebind(&block)
      @bindings.each { |b| self.bind(b[:exchange], b) }
    end