class Object
Public Instance Methods
create_path(path)
click to toggle source
# File lib/robot_sweatshop/create-config-directories.rb, line 3 def create_path(path) FileUtils.mkdir_p path rescue Errno::EACCES puts "Permission denied to create '#{path}'" end