54 55 56 57 58 59
# File 'lib/em/timers.rb', line 54 def fire unless @cancelled @code.call schedule end end