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
@@ -323,7 +323,7 @@ protected CallTarget method2proc(RubyBasicObject methodObject) {
private static class SetReceiverNode extends RubyNode {

private final Object receiver;
private final DirectCallNode methodCallNode;
@Child private DirectCallNode methodCallNode;

public SetReceiverNode(RubyContext context, SourceSection sourceSection, Object receiver, CallTarget methodCallTarget) {
super(context, sourceSection);

0 comments on commit 0be4796

Please sign in to comment.