Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
accept(visitor)
public
Runs this document and all its #items through visitor
# File lib/rdoc/markup/document.rb, line 64
def accept visitor
visitor.start_accepting
visitor.accept_document self
visitor.end_accepting
end