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