class Mok::PlainTextBlock

Public Instance Methods

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