Method: Path#mkpath
- Defined in:
- lib/path/fileutils.rb
#mkpath ⇒ Object Also known as: mkdir_p
Creates a full path, including any intermediate directories that don’t yet exist. See FileUtils.mkpath.
8 9 10 11 |
# File 'lib/path/fileutils.rb', line 8 def mkpath FileUtils.mkpath(@path) self end |