Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -118,7 +118,7 @@ public IRubyObject searchModuleForConst(ThreadContext context, RubyModule module
if (fallback == null) {
fallback = Binder.from(type())
.insert(0, this)
.invokeVirtualQuiet(Bootstrap.LOOKUP, "searchConst");
.invokeVirtualQuiet(Bootstrap.LOOKUP, "searchModuleForConst");
}

setTarget(switchPoint.guardWithTest(target, fallback));

0 comments on commit 4aac0eb

Please sign in to comment.