Repository URL to install this package:
|
Version:
0.1.2.0 ▾
|
class Connection
class Client
class NonSSL < Client
def establish_connection
TCPSocket.new host, port
end
end
end
end