Module: Docbook::Elements::SectionLike
- Included in:
- Acknowledgements, Appendix, Article, Bibliography, Book, Chapter, Colophon, Dedication, Glossary, Index, Part, Preface, RefEntry, RefSect1, RefSect2, RefSect3, RefSection, Reference, Sect1, Sect2, Sect3, Sect4, Sect5, Section, Set, SetIndex, Topic
- Defined in:
- lib/docbook/elements/concerns/section_like.rb
Overview
Marker concern for structural/section elements that appear in TOC. Overrides DocbookElement#section_like? to return true.
Instance Method Summary collapse
Instance Method Details
#section_like? ⇒ Boolean
8 9 10 |
# File 'lib/docbook/elements/concerns/section_like.rb', line 8 def section_like? true end |