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