370 371 372
# File 'lib/shell_helpers/pathname.rb', line 370 def sudo_mkdir Sh.sh("mkdir -p #{shellescape}", sudo: true) end