Method: IsoDoc::WordFunction::Footnotes#footnotes
- Defined in:
 - lib/isodoc/word_function/footnotes.rb
 
#footnotes(div) ⇒ Object
      12 13 14 15  | 
    
      # File 'lib/isodoc/word_function/footnotes.rb', line 12 def footnotes(div) return if @footnotes.empty? @footnotes.each { |fn| div.parent << fn } end  |