# File lib/qpid_messaging/sender.rb, line 68 def send(message, args = {}, &block) sync = args[:sync] || false @sender_impl.send message.message_impl, sync block.call message unless block.nil? end