Module artichoke_core::globals
source · Expand description
Get and set global variables on an interpreter.
Global variables can be an arbitrary Ruby value. Variable names must start
with $
.
Traits
- Get and set global variables on an interpreter.