mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/net/https.rb: supress syntax warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
08795f9ceb
commit
ae04e36638
2 changed files with 10 additions and 1 deletions
|
@ -124,7 +124,7 @@ module Net
|
|||
ssl_version key cert ca_file ca_path cert_store ciphers
|
||||
verify_mode verify_callback verify_depth ssl_timeout
|
||||
)
|
||||
attr_accessor *SSL_ATTRIBUTES
|
||||
attr_accessor(*SSL_ATTRIBUTES)
|
||||
|
||||
def peer_cert
|
||||
if not use_ssl? or not @socket
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue