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