pub unsafe extern "C" fn mrb_get_arg1(
mrb: *mut mrb_state,
) -> mrb_valueExpand description
Retrieve the first and only argument from mrb_state. Raises ArgumentError unless the number of arguments is exactly one.
Correctly handles *splat arguments.