Skip to content

Commit

Permalink
Add ISO Number to Comparable
Browse files Browse the repository at this point in the history
  • Loading branch information
bovi committed Jun 16, 2013
1 parent 609d063 commit aece7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compar.c
Expand Up @@ -9,5 +9,5 @@
void
mrb_init_comparable(mrb_state *mrb)
{
mrb_define_module(mrb, "Comparable");
mrb_define_module(mrb, "Comparable"); /* 15.3.3 */
}

0 comments on commit aece7c6

Please sign in to comment.