Method: IsoDoc::Function::ToWordHtml#rel_tmpimagedir
- Defined in:
- lib/isodoc/function/setup.rb
#rel_tmpimagedir ⇒ Object
39 40 41 |
# File 'lib/isodoc/function/setup.rb', line 39 def rel_tmpimagedir Pathname.new(@filename).basename.to_s + @tmpimagedir_suffix end |