Class: Rubbr::Runner::PdfLaTeX

Inherits:
Base
  • Object
show all
Defined in:
lib/rubbr/runner/pdflatex.rb

Instance Attribute Summary

Attributes inherited from Base

#errors, #executable, #input_file, #verboser_warnings, #warnings

Instance Method Summary collapse

Methods inherited from Base

#feedback, #run

Methods included from Cli

#color?, #disable_stderr, #disable_stdinn, #disable_stdout, #error, #executable?, #notice, #valid_executable, #warning

Constructor Details

#initialize(input_file, executable = 'pdflatex') ⇒ PdfLaTeX

Returns a new instance of PdfLaTeX.



4
5
6
# File 'lib/rubbr/runner/pdflatex.rb', line 4

def initialize(input_file, executable='pdflatex')
  super
end