class Mok::Emphasis

Public Instance Methods

apply() click to toggle source
# File lib/mok2html_element.rb, line 175
def apply
  "<strong>#{@contents.map{|c| c.apply}}</strong>"
end