method

accept_verbatim

v1_9_1_378 - Show latest stable - Class: RDoc::Markup::ToHtml
accept_verbatim(am, fragment)
public

No documentation available.

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