public Method

ToHtml.start_accepting

Here’s the client side of the visitor pattern

Source Code

# File rdoc/markup/simple_markup/to_html.rb, line 57
def start_accepting
  @res = ""
  @in_list_entry = []
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.