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

def initialize(separator, matchers)

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