pub unsafe extern "C" fn NIL_P(obj: VALUE) -> bool
Expand description

Checks if the given object is nil.

@param[in] obj An arbitrary ruby object. @retval true obj is ::Qnil. @retval false Anything else.