mruby  2.0.1
mruby is the lightweight implementation of the Ruby language
mrb_aspec Class Reference

Specifies the number of arguments a function takes. More...

#include <mruby.h>

Detailed Description

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


The documentation for this class was generated from the following file: