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