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