class ActionDispatch::Routing::HtmlTableFormatter

def section_title(title)

def section_title(title)
  @buffer << %(<tr><th colspan="4">#{title}</th></tr>)
end