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
@@ -2231,7 +2231,7 @@ public String toHexString(RubyBignum value) {

}

@CoreMethod(names = "to_s")
@CoreMethod(names = { "to_s", "inspect" })
public abstract static class ToSNode extends CoreMethodNode {

@Child private ClassNode classNode;

0 comments on commit 5347d68

Please sign in to comment.