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