Skip to content

Commit

Permalink
Add ISO Number to String
Browse files Browse the repository at this point in the history
  • Loading branch information
bovi committed Jun 16, 2013
1 parent 80c26d2 commit ca93789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/string.c
Expand Up @@ -2531,7 +2531,7 @@ mrb_init_string(mrb_state *mrb)
{
struct RClass *s;

s = mrb->string_class = mrb_define_class(mrb, "String", mrb->object_class);
s = mrb->string_class = mrb_define_class(mrb, "String", mrb->object_class); /* 15.2.10 */
MRB_SET_INSTANCE_TT(s, MRB_TT_STRING);
mrb_include_module(mrb, s, mrb_class_get(mrb, "Comparable"));

Expand Down

0 comments on commit ca93789

Please sign in to comment.