Class: Burr::TocPlugin

Inherits:
Plugin show all
Defined in:
lib/burr/plugins/toc.rb

Constant Summary

Constants inherited from Plugin

Plugin::PRIORITIES, Plugin::VALIDS

Instance Attribute Summary

Attributes inherited from Plugin

#book

Instance Method Summary collapse

Methods inherited from Plugin

<=>, inherited, #initialize, priority, subclasses

Constructor Details

This class inherits a constructor from Burr::Plugin

Instance Method Details

#after_parseObject



4
5
6
# File 'lib/burr/plugins/toc.rb', line 4

def after_parse
  parse_toc
end