36 37 38 39 40
# File 'lib/filepress.rb', line 36 def sync registry.each_value do |config| Sync.new(config).perform end end