This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
accept(visitor)
Calls #accept_indented_paragraph on visitor
# File lib/rdoc/markup/indented_paragraph.rb, line 28 def accept visitor visitor.accept_indented_paragraph self end