Expand description
Boxed values on the Ruby interpreter heap.
Structs§
- ArgCount
Error - 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.