# File lib/excon/ssl_socket.rb, line 8 def connect @socket = TCPSocket.new(@params[:host], @params[:port]) end