summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-05 13:05:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-05 13:05:04 +0000
commitefbcd1cb250f50c5c297bc1468f5cf82004d476d (patch)
tree2e091cdf726ac9486b76aa391dbe75be48f1c858 /string.c
parent007f35ba89006bebb41053f8f08c997daa31b365 (diff)
* string.c (rb_str_scrub): [DOC] add param str.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'string.c')
-rw-r--r--string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/string.c b/string.c
index 199efe7a2d..151170cee1 100644
--- a/string.c
+++ b/string.c
@@ -7983,6 +7983,7 @@ str_compat_and_valid(VALUE str, rb_encoding *enc)
}
/**
+ * @param str the string to be scrubbed
* @param repl the replacement character
* @return If given string is invalid, returns a new string. Otherwise, returns Qnil.
*/