Method: IsoDoc::Convert#options_preprocess
- Defined in:
- lib/isodoc/init.rb
#options_preprocess(options) ⇒ Object
32 33 34 35 36 37 38 39 |
# File 'lib/isodoc/init.rb', line 32 def () .merge!(default_fonts()) do |_, old, new| old || new end.merge!(default_file_locations()) do |_, old, new| old || new end end |