# File lib/timers/events.rb, line 42
      def fire(time)
        @callback.call(time) if @callback
      end