Class: Rack::Session::Cookie::Identity

Inherits:
Object
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rack-2.2.5/lib/rack/session/cookie.rb

Overview

Use no encoding for session cookies

Instance Method Summary collapse

Instance Method Details

#decode(str) ⇒ Object



102
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rack-2.2.5/lib/rack/session/cookie.rb', line 102

def decode(str); str; end

#encode(str) ⇒ Object



101
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rack-2.2.5/lib/rack/session/cookie.rb', line 101

def encode(str); str; end