# File lib/amq/protocol/get_response.rb, line 17 def delivery_tag if @method.respond_to?(:delivery_tag) @method.delivery_tag end end