mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
05a873c25c
- `mrb_str_index_m()` and `mrb_str_rindex()` Make `mrb_get_args()` called only once from called twice. - `mrb_str_byteslice()` Replace `goto` with `if ~ else`.