Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
start_accepting()
public
Prepares the visitor for text generation
# File lib/rdoc/markup/to_rdoc.rb, line 273
def start_accepting
@res = [""]
@indent = 0
@prefix = nil
@list_index = []
@list_type = []
@list_width = []
end