Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -2621,8 +2621,6 @@ public RubyArray pushEmptySingleIntegerLong(RubyArray array, Object... values) {

@Specialization(guards = "isNull")
public RubyArray pushEmptyObjects(RubyArray array, Object... values) {
CompilerDirectives.transferToInterpreter();

array.setStore(values, values.length);
return array;
}

0 comments on commit b55585c

Please sign in to comment.