aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 03:29:08 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 03:29:08 +0000
commitfcbeab045d70d0275ebc921833c186ac59ba00ac (patch)
tree503c05d65e51b27e31bc0dc40e7de44571fb5099 /NEWS
parent8a2e335b6992024966a68f5abf1e3af845a8f647 (diff)
downloadruby-fcbeab045d70d0275ebc921833c186ac59ba00ac.tar.gz
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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]