# File lib/amqp/client.rb, line 53
  def self.client= mod
    mod.__send__ :include, AMQP
    @client = mod
  end