Skip to content

Commit

Permalink
Add ISO Number to Hash
Browse files Browse the repository at this point in the history
  • Loading branch information
bovi committed Jun 16, 2013
1 parent b960481 commit 029ed96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hash.c
Expand Up @@ -1232,7 +1232,7 @@ mrb_init_hash(mrb_state *mrb)
{
struct RClass *h;

h = mrb->hash_class = mrb_define_class(mrb, "Hash", mrb->object_class);
h = mrb->hash_class = mrb_define_class(mrb, "Hash", mrb->object_class); /* 15.2.13 */
MRB_SET_INSTANCE_TT(h, MRB_TT_HASH);

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

0 comments on commit 029ed96

Please sign in to comment.