Method: Bookmaker::Toc#initialize

Defined in:
lib/bookmaker/base.rb

#initializeToc

Returns a new instance of Toc.



280
281
282
283
284
285
# File 'lib/bookmaker/base.rb', line 280

def initialize
  @toc = ""
  @previous_level = 0
  @tag = nil
  @stack = []
end