Method: IsoDoc::Function::Section#preface
- Defined in:
- lib/isodoc/function/section.rb
#preface(clause, out) ⇒ Object
136 137 138 139 140 141 142 |
# File 'lib/isodoc/function/section.rb', line 136 def preface(clause, out) if clause["type"] == "toc" table_of_contents(clause, out) else preface_normal(clause, out) end end |