45 46 47 48
# File 'lib/clickhouse.rb', line 45 def self.connect!(config = {}) @connection = connect(config) @connection.connect! end