rb_str_times      745 include/ruby/intern.h VALUE rb_str_times(VALUE, VALUE);
rb_str_times     9668 string.c           rb_define_method(rb_cString, "*", rb_str_times, 1);