# File lib/backup/syncer/cloud/s3.rb, line 30 def initialize(&block) super instance_eval(&block) if block_given? @path = path.sub(/^\//, '') end