variable.c: add `skip` argument to skip `base` class in lookup.
`mrb_vm_const_get` function looks up the constant first in the base class, so that fallback `const_get` need not to search from the base.
Showing
Please register or sign in to comment