# File lib/timers.rb, line 36
  def wait
    i = wait_interval
    sleep i if i
    fire
  end