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
@@ -1644,7 +1644,7 @@ public boolean doesRespondToSymbol(VirtualFrame frame, Object object, RubyBasicO

}

@CoreMethod(names = "respond_to_missing?", required = 1, optional = 1)
@CoreMethod(names = "respond_to_missing?", required = 2)
public abstract static class RespondToMissingNode extends CoreMethodArrayArgumentsNode {

public RespondToMissingNode(RubyContext context, SourceSection sourceSection) {

0 comments on commit be3f776

Please sign in to comment.