class ActionDispatch::Request::Session::Options

def []=(k, v); @delegate[k] = v; end

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

def []=: (Symbol k, Rack::Session::SessionId v) -> Rack::Session::SessionId

This signature was generated using 1 sample from 1 application.

def []=(k, v);        @delegate[k] = v; end