class ActionDispatch::Journey::Path::Pattern::MatchData

def [](x)

def [](x)
  idx = @offsets[x - 1] + x
  @match[idx]
end