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
@@ -111,7 +111,7 @@ protected RubyConstant lookupForExistingModule(RubyModule lexicalParent) {

requireNode.require((RubyString) constant.getValue());

return lookupForExistingModule(frame, lexicalParent);
return lookupForExistingModule(lexicalParent);
}

return constant;

0 comments on commit 75ab133

Please sign in to comment.