method
new

new(matchers)
public
Hide source
# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 61 def initialize(matchers) @matchers = matchers @capture_count = [0] end