From 135a171ce11dc56d037bfc9c5c50b006042621c4 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 16 Feb 2016 08:34:47 +0000 Subject: 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 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.3