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
@@ -755,7 +755,7 @@ public RubyString inspectObjectLinkedHashMap(VirtualFrame frame, RubyHash hash)

}

@CoreMethod(names = "key?", required = 1)
@CoreMethod(names = { "has_key?", "key?" }, required = 1)
public abstract static class KeyNode extends HashCoreMethodNode {

@Child protected PredicateDispatchHeadNode eqlNode;

0 comments on commit 7a4ab54

Please sign in to comment.