Class: Pandocomatic::CommandPrinter

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

Overview

Printer for Commands in non-quiet mode

Instance Method Summary collapse

Methods inherited from Printer

#print, #template, #to_s

Constructor Details

#initialize(command) ⇒ CommandPrinter

Create a new CommandPrinter



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

def initialize(command)
  super 'command.txt'
  @command = command
end