Flowdock
method

ssl_socket

Importance_0
ssl_socket(socket, context) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/net/smtp.rb, line 575
    def ssl_socket(socket, context)
      OpenSSL::SSL::SSLSocket.new socket, context
    end
Register or log in to add new notes.