Method: Rouge::Formatter#stream
- Defined in:
- lib/rouge/formatter.rb
#stream(tokens, &b) ⇒ Object
This method is abstract.
yield strings that, when concatenated, form the formatted output
87 88 89 |
# File 'lib/rouge/formatter.rb', line 87 def stream(tokens, &b) raise 'abstract' end |