Class: DrawCycle

Inherits:
Object show all
Defined in:
lib/volt/page/draw_cycle.rb

Instance Method Summary collapse

Constructor Details

#initializeDrawCycle

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