Class: DrawCycle
Instance Method Summary collapse
-
#initialize ⇒ DrawCycle
constructor
A new instance of DrawCycle.
- #queue(binding) ⇒ Object
Constructor Details
#initialize ⇒ DrawCycle
Returns a new instance of DrawCycle.
2 3 4 |
# File 'lib/volt/page/draw_cycle.rb', line 2 def initialize @queue = {} end |
Instance Method Details
#queue(binding) ⇒ Object
6 7 8 |
# File 'lib/volt/page/draw_cycle.rb', line 6 def queue(binding) end |