class Pandocomatic::ConfigurationErrorsPrinter
Printer
for ConfigurationErrors in non-quiet mode
Public Class Methods
new(errors)
click to toggle source
Create a new ConfigurationErrorsPrinter
Calls superclass method
# File lib/pandocomatic/printer/configuration_errors_printer.rb, line 27 def initialize(errors) super('configuration_errors.txt') @errors = errors end
Public Instance Methods
print()
click to toggle source
Print configuration errors to STDOUT
# File lib/pandocomatic/printer/configuration_errors_printer.rb, line 33 def print Pandocomatic::LOG.warn self warn self end