artichoke_backend::sys::specifiers

Constant REST

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

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

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