start_accepting()
Here’s the client side of the visitor pattern
# File lib/rdoc/markup/simple_markup/to_flow.rb, line 73 def start_accepting @res = [] @list_stack = [] end