# File lib/rubyrep/replicators/two_way_replicator.rb, line 132
      def initialize(rep_helper)
        self.rep_helper = rep_helper

        validate_change_handling_options
        validate_conflict_handling_options
        validate_logging_options
      end