array_utils 0.0.3
A simple Ruby gem that handles the issue with Ruby’s Array class when inserting an element at an index greater than the current array size. It handles this by intelligently appending the result to the end of the array instead of creating a sparse array. It also includes some other useful Array methods for common uses.