1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] mark rb_str_init as :nodoc:

Otherwise, an empty entry will be generated as `String::new` along
with the one from doc/string.rb.
This commit is contained in:
Nobuyoshi Nakada 2022-03-03 13:33:50 +09:00
parent 5ef9f7a821
commit 7f7f07a600
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -1810,6 +1810,7 @@ rb_ec_str_resurrect(struct rb_execution_context_struct *ec, VALUE str)
return ec_str_duplicate(ec, rb_cString, str);
}
/* :nodoc: documented in doc/string.rdoc */
static VALUE
rb_str_init(int argc, VALUE *argv, VALUE str)
{