class ActionDispatch::Routing::ConsoleFormatter::Expanded

def route_header(index:)

def route_header(index:)
  "--[ Route #{index} ]".ljust(@width, "-")
end