summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-24 07:15:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-24 07:15:55 +0000
commit6a3a7e9114c3ede47d15f0d2a73f392cfcdd1ea7 (patch)
tree81666af8b33f71df8c624f4940df197a70cbc692 /NEWS
parentf7210deb82c57e736ee8e4db2ff43cba17cb5829 (diff)
dir.c: Dir#each_child
* dir.c (dir_each_child_m): new instance methods Dir#each_child and Dir#children. [Feature #13969] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0f5f448f0b..9174577811 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,12 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Core classes updates (outstanding ones only)
+* Dir
+
+ * New methods:
+
+ * added Dir#each_child and Dir#children instance methods. [Feature #13969]
+
* Proc
* Proc#call doesn't change $SAFE any more. [Feature #14250]