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.
accept_list_start(list)
public
Prepares the visitor for consuming list
# File lib/rdoc/markup/to_html.rb, line 230
def accept_list_start(list)
@list << list.type
@res << html_list_name(list.type, true)
@in_list_entry.push false
end