# File lib/amqp/header.rb, line 41 def reject(opts = {}) @channel.reject(@method.delivery_tag, opts.fetch(:requeue, false)) end