method

merge

merge(other_scheme)
public

No documentation available.

# File activerecord/lib/active_record/encryption/scheme.rb, line 61
      def merge(other_scheme)
        self.class.new(**to_h, **other_scheme.to_h)
      end