class Rack::Protection::EncryptedCookie::Identity
Use no encoding for session cookies
Public Instance Methods
Source
# File lib/rack/protection/encrypted_cookie.rb, line 128 def decode(str); str; end
Source
# File lib/rack/protection/encrypted_cookie.rb, line 127 def encode(str); str; end