summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-08 04:05:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-08 04:05:39 +0000
commit163f974208f917e3e13a307778a6b6144065cd1d (patch)
treef29cf6f1bc36a1232f4745093d58d70b5e113925 /NEWS
parent2c01a07bf4317605758b1242cf2f802baa117087 (diff)
* ext/io/console: imported. [ruby-dev:40897]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 167feafcb0..21612f0af3 100644
--- a/NEWS
+++ b/NEWS
@@ -410,6 +410,16 @@ with all sufficient information, see the ChangeLog file.
* new methods:
* RbConfig.ruby
+* io/console
+ * new methods:
+ * IO#noecho
+ * IO#noecho {|io| }
+ * IO#raw
+ * IO#raw {|io| }
+ * IO#getch
+ * IO#winsize
+ * IO.console
+
=== Language changes
* Regexp properties (\p{}) names now ignore underscores, spaces, and case, so