Method: IsoDoc::HtmlFunction::Html#postprocess
- Defined in:
- lib/isodoc/html_function/html.rb
#postprocess(result, filename, dir) ⇒ Object
31 32 33 34 35 |
# File 'lib/isodoc/html_function/html.rb', line 31 def postprocess(result, filename, dir) result = from_xhtml(cleanup(to_xhtml(result))) toHTML(result, filename) @files_to_delete.each { |f| FileUtils.rm_rf f } end |