pub unsafe extern "C" fn mrb_singleton_class( mrb: *mut mrb_state, val: mrb_value, ) -> mrb_value
Returns the singleton class of an object.
Raises a TypeError exception for immediate values.
TypeError