# File lib/amqp/channel.rb, line 1012
    def reject(delivery_tag, requeue = true)
      super(delivery_tag, requeue)
    end