# File lib/more/facets/openobject.rb, line 134
  def merge( other )
    d = dup
    d.send(:update, other)
    d
  end