Method: IsoDoc::WordFunction::Body#formula_where
- Defined in:
- lib/isodoc/word_function/body.rb
#formula_where(dl, out) ⇒ Object
230 231 232 233 234 235 |
# File 'lib/isodoc/word_function/body.rb', line 230 def formula_where(dl, out) return unless dl out.p { |p| p << @where_lbl } parse(dl, out) out.parent.at("./table")["class"] = "formula_dl" end |