From 9373c5efb993dd8cae0526118805449b19af2c22 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 5 Nov 2016 03:29:08 +0000 Subject: Pathname#empty? implemented. * ext/pathname/pathname.c (Pathname#empty?): New method. [ruby-core:76404] [Feature#12596] Proposed by John Backus. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 032bf8e9e2..e179050d11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Nov 5 12:14:31 2016 Tanaka Akira + + * ext/pathname/pathname.c (Pathname#empty?): New method. + [ruby-core:76404] [Feature#12596] Proposed by John Backus. + Sat Nov 5 11:53:02 2016 Shugo Maeda * test/ruby/test_refinement.rb (test_refine_alias_in_subclass): -- cgit v1.2.3