lib/new_relic/control/frameworks.rb in newrelic_rpm-3.5.8.72 vs lib/new_relic/control/frameworks.rb in newrelic_rpm-3.6.0.74.beta

- old
+ new

@@ -1,4 +1,8 @@ +# encoding: utf-8 +# This file is distributed under New Relic's license terms. +# See https://github.com/newrelic/rpm/blob/master/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