# File lib/rio/if/dir.rb, line 356
356:
def
mkdir
(
*
args
,
&
block
)
target
.
mkdir
(
*
args
,
&
block
);
self
end