Ruby 1.9.3 リファレンスマニュアル > 関数一覧 > rb_const_set

function rb_const_set

void rb_const_set(VALUE klass, ID name, VALUE val)

定数 klass::name の値を val として定義します。