class Rouge::Formatters::HTML

def stream(tokens, &b)

Other tags:
    Yield: - the html output.
def stream(tokens, &b)
  tokens.each { |tok, val| yield span(tok, val) }
end