# File lib/standard/facets/ostruct.rb, line 83
  def __merge__(other)
    o = dup
    o.merge!(other)
    o
  end