Method: ArTeX::Document#preprocessor
- Defined in:
- lib/artex/document.rb
#preprocessor ⇒ Object
:nodoc:
82 83 84 |
# File 'lib/artex/document.rb', line 82 def preprocessor #:nodoc: @preprocessor ||= check_path_for @options[:preprocessor] end |