From f87fdd18972800f529034a45502aeb8baf14abab 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 98b9773382..12a8145f14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 16 17:34:18 2016 Nobuyoshi Nakada + + * dir.c (rb_dir_s_empty_p): add Dir.empty? method, which tells the + argument is the name of an empty directory. [Feature #10121] + Tue Feb 16 09:51:20 2016 Nobuyoshi Nakada * tool/rbinstall.rb (without_destdir): just strip a drive letter -- cgit v1.2.3