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