Method: LHS::Record::Merge#deep_merge!

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

#deep_merge!(other) ⇒ Object



22
23
24
# File 'lib/lhs/concerns/record/merge.rb', line 22

def deep_merge!(other)
  _data._raw.deep_merge!(other.to_h)
end