Ruby 2.7.0 リファレンスマニュアル
関数一覧
rb_const_set
function rb_const_set
[
edit
]
void rb_const_set(VALUE klass, ID name, VALUE val)
定数 klass::name の値を val として定義します。