From cd344777d828e767f51de9acea4ea548f0e85d67 Mon Sep 17 00:00:00 2001 From: thekuwayama Date: Thu, 31 Oct 2019 09:10:17 +0900 Subject: [PATCH] modify document of SSLSocket.open --- lib/openssl/ssl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/openssl/ssl.rb b/lib/openssl/ssl.rb index 6380b965a..8ea333bd1 100644 --- a/lib/openssl/ssl.rb +++ b/lib/openssl/ssl.rb @@ -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,