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