# File lib/journey/path/pattern.rb, line 137
        def initialize names, offsets, match
          @names   = names
          @offsets = offsets
          @match   = match
        end