class Rouge::Formatters::HTML

def stream(tokens, &b)

Experimental RBS support (using type sampling data from the type_fusion project).

def stream: (Enumerator tokens, ) -> String

This signature was generated using 2 samples from 1 application.

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