method

start_accepting

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

No documentation available.

# File lib/rdoc/markup/to_html.rb, line 168
  def start_accepting
    @res = []
    @in_list_entry = []
    @list = []
  end