method
new
v6.1.7.7 -
Show latest stable
- Class:
ActionDispatch::Journey::Path::Pattern::AnchoredRegexp
new(separator, matchers)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 57
def initialize(separator, matchers)
@separator = separator
@matchers = matchers
@separator_re = "([^#{separator}]+)"
super()
end