Skip to content

Commit

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

r = mrb_define_class(mrb, "Range", mrb->object_class);
r = mrb_define_class(mrb, "Range", mrb->object_class); /* 15.2.14 */
MRB_SET_INSTANCE_TT(r, MRB_TT_RANGE);

mrb_include_module(mrb, r, mrb_class_get(mrb, "Enumerable"));
Expand Down

0 comments on commit 80c26d2

Please sign in to comment.