rb_io_tell       10955 io.c               return rb_io_tell(ARGF.current_file);
rb_io_tell       12330 io.c               rb_define_method(rb_cIO, "tell", rb_io_tell, 0);
rb_io_tell       12347 io.c               rb_define_method(rb_cIO, "pos", rb_io_tell, 0);