start_accepting()
Here’s the client side of the visitor pattern
# File lib/rdoc/markup/to_latex.rb, line 92 def start_accepting @res = "" @in_list_entry = [] end