Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/ir/IRBuilder.java
Original file line number Diff line number Diff line change
@@ -3045,7 +3045,7 @@ public Operand buildIter(final IterNode iterNode) {
}

public Operand buildLiteral(LiteralNode literalNode) {
return copyAndReturnValue(new StringLiteral(literalNode.getName()));
return new StringLiteral(literalNode.getName());
}

public Operand buildLocalAsgn(LocalAsgnNode localAsgnNode) {

0 comments on commit 439f915

Please sign in to comment.