class ActionDispatch::Request::Session

def load_for_read!

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

def load_for_read!: () -> untyped

This signature was generated using 2 samples from 1 application.

def load_for_read!
  load! if !loaded? && exists?
end