class ActionDispatch::Journey::Path::Pattern

def regexp_visitor

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

def regexp_visitor: () -> Class

This signature was generated using 5 samples from 1 application.

def regexp_visitor
  @anchored ? AnchoredRegexp : UnanchoredRegexp
end