# File lib/pathname2.rb, line 1050
def
rm_rf
(
*
args
)
FileUtils
.
rm_rf
(
self
,
*
args
)
end