# File lib/pathname.rb, line 975
def
mkdir
(
*
args
)
Dir
.
mkdir
(
@path
,
*
args
)
end