rb_io_eof         403 include/ruby/intern.h VALUE rb_io_eof(VALUE);
rb_io_eof        8029 io.c           	if (rb_io_eof(ARGF.current_file)) {
rb_io_eof        8610 io.c               rb_define_method(rb_cIO, "eof", rb_io_eof, 0);
rb_io_eof        8611 io.c               rb_define_method(rb_cIO, "eof?", rb_io_eof, 0);