Skip to content

Commit

Permalink
modify document of SSLSocket.open
Browse files Browse the repository at this point in the history
  • Loading branch information
thekuwayama authored and ioquatix committed Oct 31, 2019
1 parent 56e874d commit cd34477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/openssl/ssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,10 @@ def session_get_cb
class << self

# call-seq:
# open(remote_host, remote_port, context=nil, local_host=nil, local_port=nil)
# open(remote_host, remote_port, local_host=nil, local_port=nil, context: nil)
#
# Creates a new instance of SSLSocket.
# _remote\_host_ and _remote_port_ are used to open TCPSocket.
# _remote\_host_ and _remote\_port_ are used to open TCPSocket.
# If _local\_host_ and _local\_port_ are specified,
# then those parameters are used on the local end to establish the connection.
# If _context_ is provided,
Expand Down

0 comments on commit cd34477

Please sign in to comment.