Class: Object
- Inherits:
- BasicObject
- Defined in:
- (unknown)
Instance Method Summary collapse
Instance Method Details
#unextend(mod) ⇒ Object
43 44 45 46 |
# File 'ext/uninclude/uninclude.c', line 43 static VALUE rb_m_unextend(VALUE self, VALUE mod) { uninclude(rb_singleton_class(self), mod); return self; } |