From 029ed96510b751d13c60ba212dbfe23ed29761a3 Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Mon, 17 Jun 2013 04:49:56 +0800 Subject: Add ISO Number to Hash --- src/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/hash.c b/src/hash.c index 5d78a6ea7..e31f7b3d7 100644 --- a/src/hash.c +++ b/src/hash.c @@ -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")); -- cgit v1.2.3