Sha256: 34a63b4a33dddc3cc273d3a13f06f3db17b67edaec0b7ac2a909bd77e370b162
Contents?: true
Size: 249 Bytes
Versions: 4
Compression:
Stored size: 249 Bytes
Contents
# = セッションID を QUERY_STRING などから上書きする処理 module Jpmobile module Rack class TransSid def initialize(app) @app = app end def call(env) @app.call(env) end end end end
Version data entries
4 entries across 3 versions & 1 rubygems