Top Level Namespace

Defined Under Namespace

Modules: CLI, EZMQ, ExtendedEZMQ, OverseerHelper Classes: BitbucketPayload, GithubPayload, JSONPayload, Payload

Instance Method Summary collapse

Instance Method Details

#create_path(path) ⇒ Object



3
4
5
6
7
# 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