summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/string.c b/string.c
index 55cdace9f8..e8ac779053 100644
--- a/string.c
+++ b/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)
{