class ActionDispatch::Routing::RouteSet
def generate(route_name, options, recall = {}, method_name = nil)
Experimental RBS support (using type sampling data from the type_fusion
project).
def generate: (String route_name, Hash options, ?Hash recall, ?nil method_name) -> untyped
This signature was generated using 2 samples from 1 application.
def generate(route_name, options, recall = {}, method_name = nil) Generator.new(route_name, options, recall, self).generate end