aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-16 08:34:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-16 08:34:47 +0000
commit135a171ce11dc56d037bfc9c5c50b006042621c4 (patch)
treebfb570c21e1926998df8119e8cbc8b1392061ad7 /NEWS
parent9cedfbcb918176627a9ed0a462480e52c9991c6c (diff)
downloadruby-135a171ce11dc56d037bfc9c5c50b006042621c4.tar.gz
dir.c: Dir.empty?
* dir.c (rb_dir_s_empty_p): add Dir.empty? method, which tells the argument is the name of an empty directory. [Feature #10121] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d84c275087..95ad2d9fe2 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,10 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Core classes updates (outstanding ones only)
+* Dir
+
+ * Dir#empty?. [Feature #10121]
+
=== Stdlib updates (outstanding ones only)
* CSV