accept_raw(raw)
Adds raw to the output
# File lib/rdoc/markup/to_html.rb, line 222 def accept_raw raw @res << raw.parts.join("\n") end