mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Replaced non-ascii charactor. It fails version detection at net-http.gemspec
.
># Returns the X509 certificate chain for the session<E2><80><99>s socket peer.
This commit is contained in:
parent
760fe0a78a
commit
62e2b61607
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@ module Net #:nodoc:
|
|||
# - {:min_version=}[rdoc-ref:Net::HTTP#min_version=]:
|
||||
# Sets the minimum SSL version.
|
||||
# - {#peer_cert}[rdoc-ref:Net::HTTP#peer_cert]:
|
||||
# Returns the X509 certificate chain for the session’s socket peer.
|
||||
# Returns the X509 certificate chain for the session's socket peer.
|
||||
# - {:ssl_version}[rdoc-ref:Net::HTTP#ssl_version]:
|
||||
# Returns the SSL version.
|
||||
# - {:ssl_version=}[rdoc-ref:Net::HTTP#ssl_version=]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue