class Rabbit::Element::HeadLine
Public Instance Methods
Source
# File lib/rabbit/element/slide.rb, line 57 def draw_elements(canvas, x, y, w, h, simulation) return [x, y, w, h] if slide.hide_title? super end
Calls superclass method
Source
# File lib/rabbit/element/slide.rb, line 53 def to_html(generator) "<h1>#{super}</h1>" end