aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index a2367876dc..3ae030fea7 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -3021,7 +3021,7 @@ static VALUE
vm_const_get_under(ID id, rb_num_t flags, VALUE cbase)
{
VALUE ns;
-
+
if ((ns = vm_search_const_defined_class(cbase, id)) == 0) {
return ns;
}