class Raf::Emphasis
Public Instance Methods
apply()
click to toggle source
# File lib/raf2html_element.rb, line 162 def apply "<strong>#{@contents.map{|c| c.apply}}</strong>" end
# File lib/raf2html_element.rb, line 162 def apply "<strong>#{@contents.map{|c| c.apply}}</strong>" end