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

function rb_undef_method

void rb_undef_method(VALUE klass, const char *name)

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