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