class ActionDispatch::Request::Session::Options

def initialize(by, default_options)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (ActionDispatch::Session::CookieStore by, Hash default_options) -> void

This signature was generated using 1 sample from 1 application.

def initialize(by, default_options)
  @by       = by
  @delegate = default_options.dup
end