# File lib/hashery/openobject.rb, line 182
  def update!(other)
    @hash.update(other)
    self
  end