Method: Blender::Timer#initialize
- Defined in:
- lib/blender/timer.rb
#initialize ⇒ Timer
Returns a new instance of Timer.
25 26 27 |
# File 'lib/blender/timer.rb', line 25 def initialize @scheduled_jobs = [] end |
Returns a new instance of Timer.
25 26 27 |
# File 'lib/blender/timer.rb', line 25 def initialize @scheduled_jobs = [] end |