Function rb_obj_classname
Source pub unsafe extern "C" fn rb_obj_classname(obj: VALUE) -> *const c_char
Expand description
Queries the name of the class of the passed object.
§@param[in] obj Arbitrary ruby object.
@return The name of the class of obj.
@note Return value is managed by our GC. Don’t free.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.3.8