class Aozora2Html::Tag
変換される青空記法class
Public Instance Methods
char_type()
click to toggle source
# File lib/aozora2html/tag.rb, line 49 def char_type :else end
inspect()
click to toggle source
debug用
# File lib/aozora2html/tag.rb, line 45 def inspect to_s end
syntax_error()
click to toggle source
# File lib/aozora2html/tag.rb, line 53 def syntax_error raise Aozora2Html::Error, I18n.t(:tag_syntax_error) end