Class: Jisage_tag
- Inherits:
-
Indent_tag
- Object
- Aozora_tag
- Indent_tag
- Jisage_tag
- Defined in:
- lib/t2hs.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(parser, width) ⇒ Jisage_tag
constructor
A new instance of Jisage_tag.
- #to_s ⇒ Object
Methods included from Block_tag
Methods inherited from Aozora_tag
Constructor Details
#initialize(parser, width) ⇒ Jisage_tag
Returns a new instance of Jisage_tag.
324 325 326 327 |
# File 'lib/t2hs.rb', line 324 def initialize (parser, width) @width = width super end |
Instance Method Details
#to_s ⇒ Object
328 329 330 |
# File 'lib/t2hs.rb', line 328 def to_s "<div class=\"jisage_#{@width}\" style=\"margin-left: #{@width}em\">" end |