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
@@ -171,7 +171,7 @@ public RubySymbol toSym(RubySymbol symbol) {

}

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

public ToSNode(RubyContext context, SourceSection sourceSection) {

0 comments on commit d9577f9

Please sign in to comment.