# File lib/rubyrep/syncers/syncers.rb, line 37
    def self.configured_syncer(options)
      syncer_id = options[:syncer]
      syncer_id ||= options[:replicator]
      syncers[syncer_id]
    end