Function rb_obj_is_method

Source
pub unsafe extern "C" fn rb_obj_is_method(recv: VALUE) -> VALUE
Expand description

Queries if the given object is a method.

§@note This is about the object’s data structure, not its class etc. @param[in] recv Object in question. @retval RUBY_Qtrue It is a method. @retval RUBY_Qfalse Otherwise.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3