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