Class: TextPrinter
- Inherits:
-
Object
- Object
- TextPrinter
- Defined in:
- lib/notroff/processor.rb
Instance Method Summary collapse
Instance Method Details
#process(text) ⇒ Object
5 6 7 |
# File 'lib/notroff/processor.rb', line 5 def process( text ) puts text end |