mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
87c39d3c0b
This commit also corrects the behavior of `Array#insert` when a negative index is out of bounds. It now raises an `IndexError`, which is consistent with CRuby. Co-authored-by: Gemini <gemini@google.com>