class ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper

def call(t, method_name, args, inner_options, url_strategy)

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

def call: (Gems::Wrapper t, Symbol method_name, Array[String] args, nil inner_options, Proc url_strategy) -> String

This signature was generated using 1 sample from 1 application.

def call(t, method_name, args, inner_options, url_strategy)
  controller_options = t.url_options
  options = controller_options.merge @options
  hash = handle_positional_args(controller_options,
                                inner_options || {},
                                args,
                                options,
                                @segment_keys)
  t._routes.url_for(hash, route_name, url_strategy, method_name)
end