# File lib/packet/packet_periodic_event.rb, line 21
    def run
      @scheduled_time += @interval
      @block.call
    end