Class: RDoc::Markup::Paragraph
Overview
A Paragraph of text
Instance Attribute Summary
Attributes inherited from Raw
Instance Method Summary (collapse)
-
- (Object) accept(visitor)
Calls #accept_paragraph on visitor.
Methods inherited from Raw
#<<, #==, #initialize, #merge, #pretty_print, #push, #text
Constructor Details
This class inherits a constructor from RDoc::Markup::Raw
Instance Method Details
- (Object) accept(visitor)
Calls #accept_paragraph on visitor
9 10 11 |
# File 'lib/rdoc/markup/paragraph.rb', line 9 def accept visitor visitor.accept_paragraph self end |