class Rabbit::Element::Footnote
Attributes
Public Class Methods
Source
# File lib/rabbit/element/footnote.rb, line 15 def initialize(order) @order = order super("") end
Calls superclass method
Rabbit::Element::TextElement::new