class Rouge::Formatters::HTMLLegacy

def stream(tokens, &b)

Other tags:
    Yield: - the html output.
def stream(tokens, &b)
  @formatter.stream(tokens, &b)
end