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