# File lib/new_relic/agent/commands/agent_command_router.rb, line 145 def call_handler_for(agent_command) handler = select_handler(agent_command) handler.call(agent_command) end