Constant artichoke_backend::sys::specifiers::REST

source ·
pub const REST: &str = "*";
Expand description

Retrieve the rest of arguments as an array; Usable like:

mrb_get_args(mrb, "*", &argv, &argc);