start_accepting()
Prepares the visitor for text generation
# File lib/rdoc/markup/to_rdoc.rb, line 240 def start_accepting @res = [""] @indent = 0 @prefix = nil @list_index = [] @list_type = [] @list_width = [] end