rb_io_getline_fast 936 io.c           	return rb_io_getline_fast(fptr, '\n');
rb_io_getline_fast 953 io.c           	    return rb_io_getline_fast(fptr, RSTRING(rs)->ptr[0]);
rb_io_getline_fast 988 io.c               return rb_io_getline_fast(fptr, '\n');