artichoke_backend

Module value

Source
Expand description

Boxed values on the Ruby interpreter heap.

Structs§

ArgCountError
Argument count exceeds maximum allowed by the VM.
Value
Boxed Ruby value in the Artichoke interpreter.

Constants§

MRB_FUNCALL_ARGC_MAX
Max argument count for function calls including initialize and yield.