class Mok::Footnote

Public Instance Methods

apply() click to toggle source

@contents = [contents, id]

# File lib/mokelement.rb, line 229
def apply
  "<Footnote>#{@contents[0].map{|c| c.apply}}</Footnote>"
end