class SSLSocket
Represents an SSL socket with additional methods for compatibility.
Definitions
def start
Start the SSL handshake (alias for accept).
Implementation
def start
self.accept
end
class SSLSocket
Represents an SSL socket with additional methods for compatibility.
def startStart the SSL handshake (alias for accept).
def start
self.accept
end