Class: Pandocomatic::HelpPrinter
- Defined in:
- lib/pandocomatic/printer/help_printer.rb
Overview
Printer for pandocomatic’s help
Instance Method Summary collapse
-
#initialize ⇒ HelpPrinter
constructor
Create a new HelpPrinter.
Methods inherited from Printer
Constructor Details
#initialize ⇒ HelpPrinter
Create a new HelpPrinter
27 28 29 |
# File 'lib/pandocomatic/printer/help_printer.rb', line 27 def initialize super 'help.txt' end |