accept(visitor)
Calls #accept_raw+ on visitor
# File lib/rdoc/markup/raw.rb, line 33 def accept visitor visitor.accept_raw self end