aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-13 06:14:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-13 06:14:12 +0000
commit163604ec52ef0d0543f76ecee9b9ec0e02e8d929 (patch)
tree29ca090d913ebebc97e192edb4d1d0b0f55e5a12
parent096137e84fcb3a01089785bb2b8b621f3f7e996f (diff)
downloadruby-163604ec52ef0d0543f76ecee9b9ec0e02e8d929.tar.gz
NEWS: [Feature #9969]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 858d6a0a2e..55312f4647 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* Dir.empty?. [Feature #10121]
+* File
+
+ * File.empty?. [Feature #9969]
+
* String
* String.new(capacity: size) [Feature #12024]