pub unsafe extern "C" fn rb_const_set(
    space: VALUE,
    name: ID,
    value: VALUE
)
Expand description

Sets the value of a constant.