Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -3352,7 +3352,6 @@ public RubyArray pushNullEmptyObjects(RubyArray array, Object... values) {

@Specialization(guards = {"!isNull", "isEmpty"})
public RubyArray pushEmptySingleIntegerFixnum(RubyArray array, Object... values) {
notDesignedForCompilation();
// TODO CS 20-Apr-15 in reality might be better reusing any current storage, but won't worry about that for now
array.setStore(values, values.length);
return array;

0 comments on commit f831308

Please sign in to comment.