mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ext/openssl/ossl_ssl.c: nodoc for private methods
[Misc #11712][ruby-core:71565]
This commit is contained in:
parent
31e2f03512
commit
2ef8d5beee
1 changed files with 3 additions and 0 deletions
|
@ -1911,6 +1911,7 @@ ossl_ssl_read(int argc, VALUE *argv, VALUE self)
|
|||
}
|
||||
|
||||
/*
|
||||
* :nodoc:
|
||||
* call-seq:
|
||||
* ssl.sysread_nonblock(length) => string
|
||||
* ssl.sysread_nonblock(length, buffer) => buffer
|
||||
|
@ -2003,6 +2004,7 @@ ossl_ssl_write(VALUE self, VALUE str)
|
|||
}
|
||||
|
||||
/*
|
||||
* :nodoc:
|
||||
* call-seq:
|
||||
* ssl.syswrite_nonblock(string) => Integer
|
||||
*
|
||||
|
@ -2020,6 +2022,7 @@ ossl_ssl_write_nonblock(int argc, VALUE *argv, VALUE self)
|
|||
}
|
||||
|
||||
/*
|
||||
* :nodoc:
|
||||
* call-seq:
|
||||
* ssl.stop => nil
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue