Fix keyword arguments not be obtained with `mrb_get_args()`; Fix #4754
If ":" is after "|" and there is no "?" or "*", the keyword argument could not be obtained and it was not initialized with `undef`. For example: "|oo:"
Showing
Please register or sign in to comment