# File lib/em-twitter/client.rb, line 50 def connect @connection = EM.connect(@host, @port, Connection, self, @host, @port) end