class Pandocomatic::CommandPrinter

Printer for Commands in non-quiet mode

Public Class Methods

new(command) click to toggle source

Create a new CommandPrinter

Calls superclass method
# File lib/pandocomatic/printer/command_printer.rb, line 27
def initialize(command)
  super('command.txt')
  @command = command
end