Skip to content

Commit

Permalink
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion spec/truffle/tags/core/bignum/eql_tags.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -252,7 +252,7 @@ public Object lessEqualCoerced(VirtualFrame frame, DynamicObject a, Object b) {
}
}

@CoreMethod(names = {"==", "eql?"}, required = 1)
@CoreMethod(names = "==" , required = 1)
public abstract static class EqualNode extends CoreMethodArrayArgumentsNode {

@Child private BooleanCastNode booleanCastNode;

0 comments on commit 0fcb104

Please sign in to comment.