Class: Raf::Kbd
Instance Method Summary collapse
Methods inherited from Element
#inline_parse_to_str, #newline_to_br
Instance Method Details
#apply ⇒ Object
176 177 178 |
# File 'lib/raf2html_element.rb', line 176 def apply "<kbd>#{@contents.map{|c| c.apply}}</kbd>" end |