lib/new_relic/agent/instrumentation.rb in ghazel-newrelic_rpm-3.1.0.1 vs lib/new_relic/agent/instrumentation.rb in ghazel-newrelic_rpm-3.4.0.2
- old
+ new
@@ -1,9 +1,9 @@
require 'new_relic/agent'
-# stub module that contains instrumentation defined in the
-# instrumentation directory
module NewRelic
module Agent
+ # stub module that contains instrumentation defined in the
+ # instrumentation directory
module Instrumentation
end
end
end