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