class Rabbit::Element::WaitTag

Public Instance Methods

draw_element(canvas, x, y, w, h, simulation) click to toggle source
# File lib/rabbit/element/tag.rb, line 25
def draw_element(canvas, x, y, w, h, simulation)
  [x, y, w, h]
end
have_wait_tag?() click to toggle source
# File lib/rabbit/element/tag.rb, line 9
def have_wait_tag?
  true
end
markuped_text() click to toggle source
# File lib/rabbit/element/tag.rb, line 17
def markuped_text
  ""
end
text() click to toggle source
# File lib/rabbit/element/tag.rb, line 13
def text
  ""
end
to_html(generator) click to toggle source
# File lib/rabbit/element/tag.rb, line 21
def to_html(generator)
  ""
end