= private = protected
mkpath()
See FileUtils.mkpath. Creates a full path, including any intermediate directories that don’t yet exist.
# File ext/pathname/lib/pathname.rb, line 512 def mkpath require 'fileutils' FileUtils.mkpath(@path) nil end