method
merge
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::Encryption::Scheme
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