summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-27 03:45:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-27 03:45:24 +0000
commitf64358db7d5f9991bd2c8f6f382ee32767a1c26a (patch)
treecc8fcf49a842cd2b5093e10f6b3bf1f4ae82f441 /NEWS
parent3a297bb1f07e252d5b15f7143be1c893cfaa327a (diff)
* NEWS (IO::NULLL): add.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e3121f4c5d..735841d99b 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,11 @@ with all sufficient information, see the ChangeLog file.
* Kernel#respond_to? now returns false for protected methods.
+ * Float
+ * new constants:
+ * IO::NULL
+ name of NULL device.
+
* io/console
* new methods:
* IO#noecho {|io| }