Method: RDoc::Markup::ToTableOfContents#omit_headings_below
- Defined in:
- lib/rdoc/markup/to_table_of_contents.rb
#omit_headings_below ⇒ Object
Omits headings with a level less than the given level.
25 26 27 |
# File 'lib/rdoc/markup/to_table_of_contents.rb', line 25 def omit_headings_below @omit_headings_below end |