module NewRelic::Agent::Agent::ClassMethods
contains all the class-level methods for NewRelic::Agent::Agent
Public Instance Methods
Source
# File lib/new_relic/agent/agent.rb, line 138 def instance @instance ||= self.new end
Should only be called by NewRelic::Control
- returns a memoized singleton instance of the agent, creating one if needed