From d9dd3f9159168ef47f654994c809e7ff25ce4488 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 27 Aug 2010 21:50:06 +0000 Subject: [PATCH] Mention String#prepend. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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| }