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