# File lib/facets/core/ostruct/__update__.rb, line 15
  def __update__( other )
    hash = other.to_h
    for k,v in hash
      @table[k.to_sym] = v
    end
    self
  end