# File lib/amqp/connection.rb, line 213
  def self.connect(connection_options_or_string = {}, other_options = {}, &block)
    Client.connect(connection_options_or_string, other_options, &block)
  end