# File lib/rubyrep/syncers/syncers.rb, line 31
    def self.register(syncer_hash)
      @syncers ||= {}
      @syncers.merge! syncer_hash
    end