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