new(names, offsets, match)
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 136
          def initialize(names, offsets, match)
            @names   = names
            @offsets = offsets
            @match   = match
          end