class ActionDispatch::Request::Session
def initialize(by, req, enabled: true)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (ActionDispatch::Session::CookieStore by, ActionDispatch::Request req, enabled: true) -> void
This signature was generated using 1 sample from 1 application.
def initialize(by, req, enabled: true) @by = by @req = req @delegate = {} @loaded = false @exists = nil # We haven't checked yet. @enabled = enabled end