class ActionDispatch::Journey::Path::Pattern::AnchoredRegexp

def initialize(separator, matchers)

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

def initialize: (String separator, Hash matchers) -> void

This signature was generated using 6 samples from 1 application.

:nodoc:
def initialize(separator, matchers)
  @separator = separator
  @matchers  = matchers
  @separator_re = "([^#{separator}]+)"
  super()
end