Skip to content
  • dearblue's avatar
    f9151e0b
    Fixed argument forwarding in `instance_exec` · f9151e0b
    dearblue authored
    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
    f9151e0b
    Fixed argument forwarding in `instance_exec`
    dearblue authored
    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
Loading