Class: Aozora2Html::Tag::MultilineCaption
- Inherits:
-
Block
- Object
- Aozora2Html::Tag
- Block
- Aozora2Html::Tag::MultilineCaption
- Includes:
- Multiline
- Defined in:
- lib/aozora2html/tag/multiline_caption.rb
Overview
複数行キャプション用
Instance Method Summary collapse
Methods inherited from Block
Methods inherited from Aozora2Html::Tag
#char_type, #inspect, #syntax_error
Constructor Details
This class inherits a constructor from Aozora2Html::Tag::Block
Instance Method Details
#to_s ⇒ Object
8 9 10 |
# File 'lib/aozora2html/tag/multiline_caption.rb', line 8 def to_s '<div class="caption">' end |