class ActionDispatch::Routing::RouteSet::Generator

def segment_keys

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

def segment_keys: () -> Array[Symbol]

This signature was generated using 24 samples from 1 application.

def segment_keys
  set.named_routes[named_route].segment_keys
end