Method: RDoc::Markup::ToTest#start_accepting
- Defined in:
- lib/rdoc/markup/to_test.rb
#start_accepting ⇒ Object
:section: Visitor
12 13 14 15 |
# File 'lib/rdoc/markup/to_test.rb', line 12 def start_accepting @res = [] @list = [] end |