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:
parent
5ef9f7a821
commit
7f7f07a600
1 changed files with 1 additions and 0 deletions
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);
|
||||
}
|
||||
|
||||
/* :nodoc: documented in doc/string.rdoc */
|
||||
static VALUE
|
||||
rb_str_init(int argc, VALUE *argv, VALUE str)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue