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

def captures

def captures
  (length - 1).times.map { |i| self[i + 1] }
end