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