method

start_accepting

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

No documentation available.

# File lib/rdoc/markup/to_rdoc.rb, line 193
  def start_accepting
    @res = [""]
    @indent = 0
    @prefix = nil

    @list_index = []
    @list_type  = []
    @list_width = []
  end