# File lib/em/timers.rb, line 54
    def fire
      unless @cancelled
        @code.call
        schedule
      end
    end