Class: Pandocomatic::HelpPrinter

Inherits:
Printer
  • Object
show all
Defined in:
lib/pandocomatic/printer/help_printer.rb

Overview

Printer for pandocomatic’s help

Instance Method Summary collapse

Methods inherited from Printer

#print, #template, #to_s

Constructor Details

#initializeHelpPrinter

Create a new HelpPrinter



27
28
29
# File 'lib/pandocomatic/printer/help_printer.rb', line 27

def initialize
  super 'help.txt'
end