# File lib/hashery/basicstruct.rb, line 183
  def update!(other)
    @table.update(other)
    self
  end