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