# File lib/new_relic/agent/event_loop.rb, line 48
        def due?(now=Time.now)
          now >= @next_fire_time
        end