class ActionDispatch::Journey::Path::Pattern

def required_names

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

def required_names: () -> untyped

This signature was generated using 1 sample from 1 application.

def required_names
  @required_names ||= names - optional_names
end