Method: IsoDoc::Function::Blocks#formula_where

Defined in:
lib/isodoc/function/blocks.rb

#formula_where(dl, out) ⇒ Object



141
142
143
144
145
# File 'lib/isodoc/function/blocks.rb', line 141

def formula_where(dl, out)
  return unless dl
  out.p { |p| p << @where_lbl }
  parse(dl, out)
end