Sha256: 21494a51368b989a8f4fd7469e4ff704719842c0348df398051febdb31869f64
Contents?: true
Size: 476 Bytes
Versions: 18
Compression:
Stored size: 476 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. module NewRelic class Control # Contains subclasses of NewRelic::Control that are used when # starting the agent within an application. Framework-specific # logic should be included here, as documented within the Control # abstract parent class module Frameworks end end end
Version data entries
18 entries across 18 versions & 1 rubygems