From: matz@...
Date: 2018-01-24T05:59:28+00:00
Subject: [ruby-core:85025] [Ruby trunk Feature#13969] Dir#each_child

Issue #13969 has been updated by matz (Yukihiro Matsumoto).


Agreed.

Matz.


----------------------------------------
Feature #13969: Dir#each_child
https://bugs.ruby-lang.org/issues/13969#change-69733

* Author: znz (Kazuhiro NISHIYAMA)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
----------------------------------------
Dir has class method pairs: `Dir.entries` / `Dir.children`, `Dir.foreach` / `Dir.each_child`.
But instance method is `Dir#each` only.
How about adding `Dir#each_child`?



-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>