class ActionDispatch::Routing::HtmlTableFormatter

def initialize(view)

def initialize(view)
  @view = view
  @buffer = []
end