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