[DOC] IO#eof
Use IO#eof? instead of I#eof?
This commit is contained in:
parent
721d154e2f
commit
1cd487d785
Notes:
git
2022-07-24 08:57:37 +09:00
2
io.c
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
|
* IO#sysread may not behave as you intend with IO#eof?, unless you
|
||||||
* call IO#rewind first (which is not available for some streams).
|
* 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.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user