method

accept_verbatim

v1_8_7_330 - Show latest stable - Class: SM::ToHtml
accept_verbatim(am, fragment)
public

No documentation available.

# File lib/rdoc/markup/simple_markup/to_html.rb, line 72
    def accept_verbatim(am, fragment)
      @res << annotate("<pre>") + "\n"
      @res << CGI.escapeHTML(fragment.txt)
      @res << annotate("</pre>") << "\n"
    end