class Raf::PlainTextBlock

Public Instance Methods

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