Pathname#rmtree does not support options FileUtils.rmtree supports
Closed this issue · 0 comments
mrkn commented
Pathname#rmtree
should work likewise FileUtils.rmtree
but it does not accept options, such as noop:
and secure:
, FileUtils.rmtree
accepts.