Class: RDoc::Markup::BlockQuote

Inherits:
Raw
  • Object
show all
Defined in:
lib/rdoc/markup/block_quote.rb

Overview

A quoted section which contains markup items.

Instance Attribute Summary

Attributes inherited from Raw

#parts

Instance Method Summary collapse

Methods inherited from Raw

#<<, #==, #initialize, #merge, #pretty_print, #push, #text

Constructor Details

This class inherits a constructor from RDoc::Markup::Raw

Instance Method Details

#accept(visitor) ⇒ Object

Calls #accept_block_quote on visitor



9
10
11
# File 'lib/rdoc/markup/block_quote.rb', line 9

def accept visitor
  visitor.accept_block_quote self
end