Module artichoke_core::constant [−][src]
Define constants on an interpreter.
Constants can be an arbitrary Ruby value. Constants can be defined globally, on a class, or on a module.
Traits
DefineConstant | Deifne constants on an interprter. |