11 12 13
# File 'lib/puppet/scheduler/timer.rb', line 11 def now Time.now end
5 6 7 8 9
# File 'lib/puppet/scheduler/timer.rb', line 5 def wait_for(seconds) if seconds > 0 sleep(seconds) end end