class Rouge::Formatter

def stream(tokens, &b)

Other tags:
    Abstract: -
def stream(tokens, &b)
  raise 'abstract'
end