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 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6b77714162..e1c0f2bf30 100644 --- a/NEWS +++ b/NEWS @@ -180,6 +180,9 @@ with all sufficient information, see the ChangeLog file or Redmine * Add an into option. [Feature #11191] +* pathname + * New method: Pathname#empty? [Feature#12596] + * WEBrick * Don't allow , as a separator [Bug #12791] -- cgit v1.2.3