str_new_shared 169 string.c static VALUE str_new_shared(VALUE klass, VALUE str); str_new_shared 1090 string.c VALUE str2 = str_new_shared(rb_obj_class(str), str); str_new_shared 1128 string.c str = str_new_shared(klass, shared); str_new_shared 2345 string.c str2 = str_new_shared(rb_obj_class(str2), str2); str_new_shared 5051 string.c str2 = str_new_shared(rb_obj_class(str2), str2); str_new_shared 9366 string.c return str_new_shared(rb_cString, rb_sym2str(sym));