class Aozora2Html::Tag::InlineKeigakomi
インライン罫囲み用
Public Class Methods
new(parser, target)
click to toggle source
Calls superclass method
Aozora2Html::Tag::ReferenceMentioned::new
# File lib/aozora2html/tag/inline_keigakomi.rb, line 7 def initialize(parser, target) @target = target super end
Public Instance Methods
to_s()
click to toggle source
# File lib/aozora2html/tag/inline_keigakomi.rb, line 12 def to_s "<span class=\"keigakomi\">#{@target}</span>" end