= private = protected
next!()
Equivalent to String#succ, but modifies the receiver in place.
static VALUE rb_str_succ_bang(VALUE str) { rb_str_modify(str); str_succ(str); return str; }