# File lib/facets/core/ostruct/__update__.rb, line 29
  def __merge__( other )
    o = dup
    o.__update__( other )
    o
  end