Class: Jisage_tag

Inherits:
Indent_tag show all
Defined in:
lib/t2hs.rb

Direct Known Subclasses

Multiline_Jisage_tag, Oneline_Jisage_tag

Instance Method Summary collapse

Methods included from Block_tag

#close_tag

Methods inherited from Aozora_tag

#inspect, #syntax_error

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_sObject



328
329
330
# File 'lib/t2hs.rb', line 328

def to_s
  "<div class=\"jisage_#{@width}\" style=\"margin-left: #{@width}em\">"
end