# File lib/couchrest/attributes.rb, line 40
    def delete(key)
      _attributes.delete(key.to_s)
    end