class Rouge::Formatters::HTML

def stream_untableized(tokens, &b)

def stream_untableized(tokens, &b)
  yield "<pre><code#@css_class>" if @wrap
  tokens.each{ |tok, val| span(tok, val, &b) }
  yield "</code></pre>\n" if @wrap
end