# File lib/more/facets/ostruct.rb, line 118
  def ostruct_merge(other)
    o = dup
    o.ostruct_update(other)
    o
  end