mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add missing buf
parameter to recv_nonblock
doc [ci skip]
[Fix GH-1725] From: yuuji.yaginuma <yuuji.yaginuma@gmail.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a25a39f918
commit
6a50386115
1 changed files with 1 additions and 0 deletions
|
@ -336,6 +336,7 @@ class BasicSocket < IO
|
|||
# === Parameters
|
||||
# * +maxlen+ - the number of bytes to receive from the socket
|
||||
# * +flags+ - zero or more of the +MSG_+ options
|
||||
# * +buf+ - destination String buffer
|
||||
# * +options+ - keyword hash, supporting `exception: false`
|
||||
#
|
||||
# === Example
|
||||
|
|
Loading…
Reference in a new issue