class Rabbit::Element::Author
Public Instance Methods
to_html(generator)
click to toggle source
# File lib/rabbit/element/title-slide.rb, line 97 def to_html(generator) "<address>#{super}</address>" end
to_rd()
click to toggle source
# File lib/rabbit/element/title-slide.rb, line 93 def to_rd ": author\n #{text}" end