Method: IsoDoc::Convert#init_locations
- Defined in:
- lib/isodoc/init.rb
#init_locations(options) ⇒ Object
65 66 67 68 69 70 71 72 73 |
# File 'lib/isodoc/init.rb', line 65 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 |