[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:
parent
5ef9f7a821
commit
7f7f07a600
1
string.c
1
string.c
@ -1810,6 +1810,7 @@ rb_ec_str_resurrect(struct rb_execution_context_struct *ec, VALUE str)
|
|||||||
return ec_str_duplicate(ec, rb_cString, str);
|
return ec_str_duplicate(ec, rb_cString, str);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* :nodoc: documented in doc/string.rdoc */
|
||||||
static VALUE
|
static VALUE
|
||||||
rb_str_init(int argc, VALUE *argv, VALUE str)
|
rb_str_init(int argc, VALUE *argv, VALUE str)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user