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