private_call?()
Return true if the caused method was called as private.
static VALUE nometh_err_private_call_p(VALUE self) { return rb_attr_get(self, id_private_call_p); }