Method: IsoDoc::Convert#init_locations
- Defined in:
- lib/isodoc/init.rb
#init_locations(options) ⇒ Object
68 69 70 71 72 73 74 75 76 |
# File 'lib/isodoc/init.rb', line 68 def init_locations() @libdir ||= File.dirname(__FILE__) @baseassetpath = [:baseassetpath] @tmpimagedir_suffix = tmpimagedir_suffix @tmpfilesdir_suffix = tmpfilesdir_suffix @sourcefilename = [:sourcefilename] @files_to_delete = [] @tempfile_cache = [] end |