class Pandocomatic::HelpPrinter

Printer for pandocomatic’s help

Public Class Methods

new() click to toggle source

Create a new HelpPrinter

Calls superclass method
# File lib/pandocomatic/printer/help_printer.rb, line 27
def initialize
  super('help.txt')
end