start_accepting()
Prepares the visitor for HTML generation
# File lib/rdoc/markup/to_html.rb, line 125 def start_accepting @res = [] @in_list_entry = [] @list = [] end