class Rabbit::Element::ReferText
Attributes
Public Instance Methods
Source
# File lib/rabbit/element/text.rb, line 65 def draw_sub_elements(canvas, x, y, w, h) canvas.draw_link(to) do super end end
TODO: This makes paragraph instead of word link.
Calls superclass method
Rabbit::Element::TextContainerElement#draw_sub_elements