accept_list_item_start(list_item)
Prepares the visitor for consuming list_item
# File lib/rdoc/markup/to_tt_only.rb, line 46 def accept_list_item_start list_item case @list_type.last when :NOTE, :LABEL then tt_sections(list_item.label) end end