# File lib/couchrest/attributes.rb, line 48
    def clone
      new = super
      @_attributes = @_attributes.dup
      new
    end