mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
eee83ed7af
No need to override Array#index in mruby-array-ext. We can call `to_enum` from C implemented methods.