rb_str_each_codepoint 7127 string.c           rb_define_method(rb_cString, "codepoints", rb_str_each_codepoint, 0);
rb_str_each_codepoint 7177 string.c           rb_define_method(rb_cString, "each_codepoint", rb_str_each_codepoint, 0);