Method: IsoDoc::Function::Terms#definition_parse
- Defined in:
- lib/isodoc/function/terms.rb
#definition_parse(node, out) ⇒ Object
4 5 6 |
# File 'lib/isodoc/function/terms.rb', line 4 def definition_parse(node, out) node.children.each { |n| parse(n, out) } end |