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_block_quote on visitor
# File lib/rdoc/markup/block_quote.rb, line 9 def accept visitor visitor.accept_block_quote self end