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