method
new
v4.2.1 -
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 84
def initialize(separator, matchers)
@separator = separator
@matchers = matchers
@separator_re = "([^#{separator}]+)"
super()
end