Method: IsoDoc::Function::Blocks#formula_where

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

#formula_where(dl, out) ⇒ Object



185
186
187
188
189
# File 'lib/isodoc/function/blocks.rb', line 185

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