Method: LHS::Record::Merge#deep_merge

Defined in:
lib/lhs/concerns/record/merge.rb

#deep_merge(other) ⇒ Object



18
19
20
# File 'lib/lhs/concerns/record/merge.rb', line 18

def deep_merge(other)
  _record.new(_data.to_h.deep_merge(other.to_h))
end