Class: Rubbr::Runner::LaTeX

Inherits:
Base
  • Object
show all
Defined in:
lib/rubbr/runner/latex.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 = 'latex') ⇒ LaTeX

Returns a new instance of LaTeX.



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

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