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
@@ -1713,7 +1713,7 @@ public ToSymNode(ToSymNode prev) {
public RubySymbol toSym(RubyString string) {
notDesignedForCompilation();

return getContext().newSymbol(string.toString());
return getContext().newSymbol(string.getByteList());
}
}

0 comments on commit f832028

Please sign in to comment.