class ActionDispatch::Routing::RouteSet::Dispatcher
def dispatch(controller, action, req, res)
Experimental RBS support (using type sampling data from the type_fusion
project).
def dispatch: (Class controller, String action, ActionDispatch::Request req, ActionDispatch::Response res) -> Array[Integer]
This signature was generated using 1 sample from 1 application.
def dispatch(controller, action, req, res) controller.dispatch(action, req, res) end