[ruby/openssl] mark initialize_copy as :nodoc:

17f87d2cf0
This commit is contained in:
Sarun Rattanasiri 2025-03-08 21:43:11 +07:00 committed by git
parent b8af9325c0
commit 9ec8dc9c65
20 changed files with 26 additions and 0 deletions

View file

@ -295,6 +295,7 @@ ossl_x509ext_initialize(int argc, VALUE *argv, VALUE self)
return self;
}
/* :nodoc: */
static VALUE
ossl_x509ext_initialize_copy(VALUE self, VALUE other)
{