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