зеркало из https://github.com/github/ruby.git
update document.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
78db46b31c
Коммит
02efdb4845
2
io.c
2
io.c
|
@ -2098,7 +2098,7 @@ rb_io_write_nonblock(VALUE io, VALUE str)
|
|||
* The <i>length</i> bytes string means it doesn't meet EOF.
|
||||
*
|
||||
* If <i>length</i> is omitted or is <code>nil</code>,
|
||||
* it reads until EOF.
|
||||
* it reads until EOF and the encoding conversion is applied.
|
||||
* It returns a string even if EOF is met at beginning.
|
||||
*
|
||||
* If <i>length</i> is zero, it returns <code>""</code>.
|
||||
|
|
Загрузка…
Ссылка в новой задаче