summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-18 11:16:56 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-18 11:16:56 +0000
commit05c0a22854312d528965ef5866cf5d840b42bdad (patch)
tree78b8218aab42e94c9f516c92df605e4bac8b9935 /NEWS
parentbfec5ad41f808b37d5bc248fdcbc595c367be9e6 (diff)
* string.c (str_scrub_bang): add String#scrub!. [Feature #8414]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 436973b8e2..ce69d328fb 100644
--- a/NEWS
+++ b/NEWS
@@ -32,7 +32,7 @@ with all sufficient information, see the ChangeLog file.
* String
* New methods:
- * added String#scrub to verify and fix invalid byte sequence.
+ * String#scrub and String#scrub! verify and fix invalid byte sequence.
* extended methods:
* If invalid: :replace is specified for String#encode, replace
invalid byte sequence even if the destination encoding equals to