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
@@ -434,7 +434,7 @@ public Object set(VirtualFrame frame, RubyArray array, Object indexObject, Objec
toIntNode = insert(ToIntNodeFactory.create(getContext(), getSourceSection(), null));
}
final int index = toIntNode.executeIntegerFixnum(frame, indexObject);
return writeNode.executeWrite(frame, array, index, value);
return set(frame, array, index, value, unused);
}

@Specialization

0 comments on commit fb55c17

Please sign in to comment.