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
@@ -42,7 +42,7 @@ public RubyNilClass include(VirtualFrame frame, Object[] args) {
}
}

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

public ToSNode(RubyContext context, SourceSection sourceSection) {

0 comments on commit 62bb382

Please sign in to comment.