[][src]Function mri_sys::rb_class_of

pub unsafe fn rb_class_of(obj: VALUE) -> VALUE

Gets the class of a VALUE. This is actually defined in the Ruby library, but it is inline. This is a port of it.