Ruby 3.3 リファレンスマニュアル
関数一覧
rb_const_get_at
function rb_const_get_at
[
edit
]
VALUE rb_const_get_at(VALUE klass, ID name)
クラス klass で定義された定数 name の値を取得します (祖先や外のクラスは調べない)。