class ActionDispatch::Request
def initialize(env)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (Hash env) -> void
This signature was generated using 14 samples from 1 application.
def initialize(env) super @method = nil @request_method = nil @remote_ip = nil @original_fullpath = nil @fullpath = nil @ip = nil end