class Rabbit::Element::Institution
Public Instance Methods
Source
# File lib/rabbit/element/title-slide.rb, line 121 def to_html(generator) "<p class='institution'>#{super}</p>" end
Source
# File lib/rabbit/element/title-slide.rb, line 117 def to_rd ": institution\n #{text}" end