module Net::SSH::Proxy::HTTPS::SSLSocketCompatibility
Shim to make OpenSSL::SSL::SSLSocket behave like a regular TCPSocket for all intents and purposes of Net::SSH::BufferedIo
Public Instance Methods
send(data, _opts)
click to toggle source
# File lib/net/ssh/proxy/https.rb, line 36 def send(data, _opts) syswrite(data) end