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