diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-05-08 14:09:47 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-05-08 14:09:47 +0000 |
commit | 9f7feadf03dde2618693ea1d25975511843376a4 (patch) | |
tree | 02e13c757628c4a3c4194ead2523b5f5647f8f68 /NEWS | |
parent | 6f3830427d22f85373a1069148201a9c69d52a5c (diff) | |
download | ruby-9f7feadf03dde2618693ea1d25975511843376a4.tar.gz |
* NEWS (io/console): IO#noecho and IO#raw without block are
obsolete already. [ruby-dev:41226]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -412,9 +412,7 @@ with all sufficient information, see the ChangeLog file. * io/console * new methods: - * IO#noecho * IO#noecho {|io| } - * IO#raw * IO#raw {|io| } * IO#getch * IO#winsize |