diff options
Diffstat (limited to 'src/variable.c')
| -rw-r--r-- | src/variable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variable.c b/src/variable.c index 0da59c118..be06d1a04 100644 --- a/src/variable.c +++ b/src/variable.c @@ -681,7 +681,7 @@ L_RETRY: c = c->super; } if (!retry && base && base->tt == MRB_TT_MODULE) { - c = mrb->object_class; + c = oclass; retry = TRUE; goto L_RETRY; } |
