# File lib/new_relic/agent/event_loop.rb, line 131 def fire_timer(timer) if timer.due? @event_queue << [timer.event] timer.set_fired_time end end