mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Make mrb_top_self return a real instance.
This commit is contained in:
@@ -419,6 +419,7 @@ obj_iv_p(mrb_value obj)
|
||||
case MRB_TT_SCLASS:
|
||||
case MRB_TT_HASH:
|
||||
case MRB_TT_DATA:
|
||||
case MRB_TT_MAIN:
|
||||
return TRUE;
|
||||
default:
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user