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