summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-09 15:56:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-09 15:56:58 +0000
commit41874ab6a3e9b8659296cac61adb0acd7d886aaf (patch)
tree6085e8785e3c6e1ec0130acf3a8de10615f7af13 /NEWS
parentb44618d5e5f531beacd42d4222560981667be572 (diff)
* NEWS (io/console): added IO#echo?.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a96ba820e0..7d11950289 100644
--- a/NEWS
+++ b/NEWS
@@ -414,6 +414,7 @@ with all sufficient information, see the ChangeLog file.
* new methods:
* IO#noecho {|io| }
* IO#echo=
+ * IO#echo?
* IO#raw {|io| }
* IO#raw!
* IO#getch