class ActionDispatch::Journey::Path::Pattern

def to_regexp

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

def to_regexp: () -> Regexp

This signature was generated using 49 samples from 1 application.

def to_regexp
  @re ||= regexp_visitor.new(@separators, @requirements).accept spec
end