method

accept_list_start

v1_9_2_180 - Show latest stable - Class: RDoc::Markup::ToHtml
accept_list_start(list)
public

No documentation available.

# File lib/rdoc/markup/to_html.rb, line 196
  def accept_list_start(list)
    @list << list.type
    @res << html_list_name(list.type, true) << "\n"
    @in_list_entry.push false
  end