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) -> ActionDispatch::Journey::Formatter::RouteWithParams

This signature was generated using 4 samples from 1 application.

def generate(route_name, options, recall = {}, method_name = nil)
  Generator.new(route_name, options, recall, self).generate
end