summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-27 21:50:06 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-27 21:50:06 +0000
commitd9dd3f9159168ef47f654994c809e7ff25ce4488 (patch)
tree2fe04261644a979d88a1b11bab83ce928b81b110 /NEWS
parent03f466bd3386139eb9993a66d6173a3edb8d20b6 (diff)
Mention String#prepend.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index da183e4788..29be685a7e 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,10 @@ with all sufficient information, see the ChangeLog file.
* File::NULL
name of NULL device.
+ * String
+ * new methods:
+ * String#prepend
+
* io/console
* new methods:
* IO#noecho {|io| }