# File lib/backup/syncer/cloud.rb, line 33 def initialize(&block) load_defaults! @path ||= 'backups' @directories ||= Array.new @mirror ||= false @concurrency_type = false @concurrency_level = 2 instance_eval(&block) if block_given? @path = path.sub(/^\//, '') end