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
@@ -181,7 +181,7 @@ public RubyNode visitArgsPushNode(org.jruby.ast.ArgsPushNode node) {
final SourceSection sourceSection = translate(node.getPosition());

return ArrayNodesFactory.PushOneNodeFactory.create(context, sourceSection, new RubyNode[]{
ArrayNodesFactory.DupNodeFactory.create(context, sourceSection, new RubyNode[]{
KernelNodesFactory.DupNodeFactory.create(context, sourceSection, new RubyNode[]{
node.getFirstNode().accept(this)
}),
node.getSecondNode().accept(this)

0 comments on commit d203bc2

Please sign in to comment.