lib/new_relic/control/profiling.rb in newrelic_rpm-2.13.6.beta2 vs lib/new_relic/control/profiling.rb in newrelic_rpm-2.14.0

- old
+ new

@@ -18,7 +18,8 @@ # loaded a true value is ignored. def profiling=(val) @profiling = profiling_available? && val && defined?(RubyProf) end end + include Profiling end end