pub type mrb_aspec = u32;
\class mrb_aspec
Specifies the number of arguments a function takes
Example: MRB_ARGS_REQ(2) | MRB_ARGS_OPT(1) for a method that expects 2..3 arguments
MRB_ARGS_REQ(2) | MRB_ARGS_OPT(1)