class Rack::Protection::EncryptedCookie::Identity

Use no encoding for session cookies

Public Instance Methods

decode(str) click to toggle source
# File lib/rack/protection/encrypted_cookie.rb, line 128
def decode(str); str; end
encode(str) click to toggle source
# File lib/rack/protection/encrypted_cookie.rb, line 127
def encode(str); str; end