54 55 56 57 58
# File 'lib/couchrest/attributes.rb', line 54 def clone new = super @_attributes = @_attributes.dup new end