internal_object_id()
Returns the Object#object_id of the internal object.
static VALUE iow_internal_object_id(VALUE self) { VALUE obj = (VALUE)DATA_PTR(self); return rb_obj_id(obj); }