class Rabbit::Element::FootText

Attributes

order[R]

Public Class Methods

new(order, elems=[]) click to toggle source
Calls superclass method
# File lib/rabbit/element/footnote.rb, line 26
def initialize(order, elems=[])
  @order = order
  super(elems)
end