# File lib/timers/events.rb, line 13
      def initialize(time, callback)
        @time = time
        @callback = callback
      end