class ActionDispatch::Routing::RouteSet::NamedRouteCollection

def get(name)

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

def get: (String name) -> ActionDispatch::Journey::Route

This signature was generated using 2 samples from 1 application.

def get(name)
  routes[name.to_sym]
end