start_accepting()
Prepares the visitor for text generation
# File lib/rdoc/markup/to_table_of_contents.rb, line 58 def start_accepting @omit_headings_below = nil @res = [] end