class ActionDispatch::Routing::RouteSet::Generator
def initialize(named_route, options, recall, set)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (String named_route, Hash options, Hash recall, ActionDispatch::Routing::RouteSet set) -> void
This signature was generated using 1 sample from 1 application.
def initialize(named_route, options, recall, set) @named_route = named_route @options = options @recall = recall @set = set normalize_options! normalize_controller_action_id! use_relative_controller! normalize_controller! end