mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
49ae2a69f2
`mrb_get_arg1()` raises `ArgumentError` if the method does not receive one argument. And replaces all `mrb_get_args(mrb, "o", &arg)` by the new function.