るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.026秒)
トップページ > クエリ:void[x] > クエリ:rb_undef[x]

別のキーワード

  1. mkmf install_rb
  2. kernel install_rb
  3. rb_undef
  4. rb_dvar_ref
  5. rb_str_new

検索結果

void rb_undef(VALUE klass, ID id) (38200.0)

クラス klass のメソッド id を undef します。

クラス klass のメソッド id を undef します。

void rb_undef_method(VALUE klass, const char *name) (6200.0)

クラス klass のインスタンスメソッド name を undef します。

クラス klass のインスタンスメソッド name を undef します。