# File lib/new_relic/agent/error_collector.rb, line 182 def sense_method(object, method) object.send(method) if object.respond_to?(method) end