There's no documentation for this item.
Source Code
# File webrick/https.rb, line 23 def parse(socket=nil) if socket.respond_to?(:cert) @server_cert = socket.cert || @config[:SSLCertificate] @client_cert = socket.peer_cert @client_cert_chain = socket.peer_cert_chain @cipher = socket.cipher end orig_parse(socket) end
<code/>and<pre/>for code samples.