mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f9151e0bd9
However, on C, there is no easy way to pass keyword arguments. Therefore, when called `Kernel#instance_exec` on C, keyword arguments are converted to positional arguments. This is a limitation of current mruby. fixed #6389