Ruby 2.0.0 リファレンスマニュアル > ライブラリ一覧 > pathnameライブラリ > Pathnameクラス > each_child
each_child(with_directory = true) -> Enumerator
[permalink][rdoc]each_child(with_directory = true) {|pathname| ...} -> [Pathname]
self.children(with_directory).each と同じです。
[SEE_ALSO] Pathname#children