git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2010-04-24 06:05:34 +00:00
Родитель 78db46b31c
Коммит 02efdb4845
1 изменённых файлов: 1 добавлений и 1 удалений

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>.