rb_str_plus      2544 file.c         	    e[0] = rb_str_plus(a, rb_str_new_cstr(" or "));
rb_str_plus       744 include/ruby/intern.h VALUE rb_str_plus(VALUE, VALUE);
rb_str_plus      9667 string.c           rb_define_method(rb_cString, "+", rb_str_plus, 1);