mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
dcd3e5907c
`mrb_funcall_id()` takes `mrb_sym` instead of `char*` for a method name. You can use `MRB_SYM()`/`MRB_QSYM()` to specify the method to call.