Use IO#eof? instead of I#eof?
This commit is contained in:
Kaíque Kandy Koga 2022-07-23 20:47:40 -03:00 коммит произвёл Jeremy Evans
Родитель 721d154e2f
Коммит 1cd487d785
1 изменённых файлов: 1 добавлений и 1 удалений

2
io.c
Просмотреть файл

@ -2484,7 +2484,7 @@ io_fillbuf(rb_io_t *fptr)
* IO#sysread may not behave as you intend with IO#eof?, unless you
* call IO#rewind first (which is not available for some streams).
*
* I#eof? is an alias for IO#eof.
* IO#eof? is an alias for IO#eof.
*
*/