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
@@ -81,7 +81,7 @@ public RubyArray splat(RubyNilClass nil) {
@Specialization
public RubyArray splat(VirtualFrame frame, RubyArray array) {
// TODO(cs): is it necessary to dup here in all cases?
// It is needed at least for [*ary] (translated as just a SplatNode) and b = *ary.
// It is needed at least for [*ary] (parsed as just a SplatNode) and b = *ary.
return dup.executeDup(frame, array);
}

0 comments on commit baf5473

Please sign in to comment.