rb_obj_remove_instance_variable

Function rb_obj_remove_instance_variable 

Source
pub unsafe extern "C" fn rb_obj_remove_instance_variable(
    obj: VALUE,
    name: VALUE,
) -> VALUE
Expand description

Resembles Object#remove_instance_variable.

ยง@param[out] obj Target object. @param[in] name Variable name to remove, either in Symbol or String. @return What was removed. @pre Instance variable named name is deleted from obj.

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