function rb_undef_method

[edit]
void rb_undef_method(VALUE klass, const char *name)

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