aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorthekuwayama <thekuwayama@gmail.com>2019-10-31 09:10:17 +0900
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-10-31 14:19:30 +1300
commitcd344777d828e767f51de9acea4ea548f0e85d67 (patch)
treef93082d7bfe6cb12fe56752ce43a14a583db81cb /lib
parent56e874d3f1cd4a35e3e1730a3a40eb2326bedce5 (diff)
downloadruby-openssl-cd344777d828e767f51de9acea4ea548f0e85d67.tar.gz
modify document of SSLSocket.open
Diffstat (limited to 'lib')
-rw-r--r--lib/openssl/ssl.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/openssl/ssl.rb b/lib/openssl/ssl.rb
index 6380b965..8ea333bd 100644
--- a/lib/openssl/ssl.rb
+++ b/lib/openssl/ssl.rb
@@ -444,10 +444,10 @@ YoaOffgTf5qxiwkjnlVZQc3whgnEt9FpVMvQ9eknyeGB5KHfayAc3+hUAvI3/Cr3
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,