rb_io_eof         545 include/ruby/intern.h VALUE rb_io_eof(VALUE);
rb_io_eof        11084 io.c           	if (rb_io_eof(ARGF.current_file)) {
rb_io_eof        12349 io.c               rb_define_method(rb_cIO, "eof", rb_io_eof, 0);
rb_io_eof        12350 io.c               rb_define_method(rb_cIO, "eof?", rb_io_eof, 0);