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

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