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
Calls #accept_blank_line on visitor
# File lib/rdoc/markup/blank_line.rb, line 18
def accept visitor
visitor.accept_blank_line self
end