ruby / pathname

Pathname represents the name of a file or directory on the filesystem, but not the file itself.
BSD 2-Clause "Simplified" License
26 stars 16 forks source link

Make Pathname#each_entry return enumerator if called without block #10

Closed jeremyevans closed 2 years ago

jeremyevans commented 2 years ago

Fixes [Bug #18158]