rb_str_update     731 ext/stringio/stringio.c     rb_str_update(ptr->string, lpos, ptr->pos ? 1 : 0, c);
rb_str_update     615 include/ruby/intern.h void rb_str_update(VALUE, long, long, VALUE);
rb_str_update     760 vm_eval.c      			rb_str_update(mesg, 0, 0, rb_str_new2(": "));
rb_str_update     761 vm_eval.c      			rb_str_update(mesg, 0, 0, RARRAY_PTR(errat)[0]);