るりまサーチ

最速Rubyリファレンスマニュアル検索!
33件ヒット [1-33件を表示] (0.044秒)
トップページ > クエリ:b[x] > クエリ:const_get[x] > 種類:関数[x]

別のキーワード

  1. win32ole const_load
  2. module const_get
  3. _builtin const_get
  4. module const_set
  5. _builtin const_set

キーワード

検索結果

VALUE rb_const_get(VALUE klass, ID name) (12201.0)

定数 klass::name の値を取得します。

定数 klass::name の値を取得します。

VALUE rb_const_get_at(VALUE klass, ID name) (12201.0)

クラス klass で定義された定数 name の値を取得します (祖先や外のクラスは調べない)。

クラス klass で定義された定数 name の値を取得します
(祖先や外のクラスは調べない)。

static VALUE rb_mod_const_get(VALUE mod, VALUE name) (12201.0)