# File lib/journey/path/pattern.rb, line 147
        def [] x
          idx = @offsets[x - 1] + x
          @match[idx]
        end