-
Robert Knight authored
The state is supposed to be immutable. `Array#splice` modifies its argument. Use `Array#filter` instead which returns a new array.
5c90a9d3
The state is supposed to be immutable. `Array#splice` modifies its argument. Use `Array#filter` instead which returns a new array.