class ActionDispatch::Routing::HtmlTableFormatter

def section(routes)

def section(routes)
  @buffer << @view.render(partial: "routes/route", collection: routes)
end