Class: Rubbr::Viewer::Dvi

Inherits:
Base
  • Object
show all
Defined in:
lib/rubbr/viewer/dvi.rb

Instance Attribute Summary

Attributes inherited from Base

#distribution_name

Instance Method Summary collapse

Methods inherited from Base

#distribution_file, #find_viewer, #launch

Methods included from Cli

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

Constructor Details

#initialize(*args) ⇒ Dvi

Returns a new instance of Dvi.



4
5
6
7
8
# File 'lib/rubbr/viewer/dvi.rb', line 4

def initialize(*args)
  super
  @view_name = 'dvi'
  @executables = %w(evince xdvi kdvi)
end