Class: Aozora2Html::Tag::Inline

Inherits:
Aozora2Html::Tag show all
Defined in:
lib/aozora2html/tag/inline.rb

Overview

インラインタグ用class

全ての青空記法はHTML elementに変換されるしたがって、block/inlineの区別がある全ての末端青空classはどちらかのclassのサブクラスになる必要がある

Instance Method Summary collapse

Methods inherited from Aozora2Html::Tag

#char_type, #inspect, #syntax_error

Constructor Details

#initialize(*_args) ⇒ Inline

Returns a new instance of Inline.



11
12
13
# File 'lib/aozora2html/tag/inline.rb', line 11

def initialize(*_args)
  super()
end