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

Pathname#rmtree does not support options FileUtils.rmtree supports #6

Closed mrkn closed 2 years ago

mrkn commented 3 years ago

Pathname#rmtree should work likewise FileUtils.rmtree but it does not accept options, such as noop: and secure:, FileUtils.rmtree accepts.