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_item_end(list_item)
public
Finishes consumption of list_item
# File lib/rdoc/markup/to_html.rb, line 261
def accept_list_item_end(list_item)
@in_list_entry[-1] = list_end_for(@list.last)
end