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).
type ActionDispatch__Routing__RouteSet__NamedRouteCollection__UrlHelper_call_t = Module | #<Class:0x000000010fd1fb40> | #<Class:0x00000001075997e8> | #<Class:0x0000000108d7e610> | #<Class:0x000000010e08b060> | #<Class:0x0000000110baf520> | #<Class:0x0000000112c956e0> | #<Class:0x000000010fed9bc0> | Gems::Wrapper | #<Class:0x000000010fb3b5e0> | #<Class:0x0000000111ef41a8> | #<Class:0x0000000116f10f10> | #<Class:0x0000000116fdeb18> | #<Class:0x000000010e19a320> | #<Class:0x0000000115f34060> | #<Class:0x0000000115e3ebb0> | #<Class:0x000000010cf2d160> | #<Class:0x000000010b0bb560> | #<Class:0x000000010667b9a0> def call: (ActionDispatch__Routing__RouteSet__NamedRouteCollection__UrlHelper_call_t t, Symbol method_name, Array[String] args, nil inner_options, Proc url_strategy) -> String
This signature was generated using 51 samples 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