# File lib/amq/client/async/queue.rb, line 348 def acknowledge(delivery_tag) @channel.acknowledge(delivery_tag) self end