lib/new_relic/agent/autostart.rb in newrelic_rpm-9.0.0 vs lib/new_relic/agent/autostart.rb in newrelic_rpm-9.1.0
- old
+ new
@@ -26,10 +26,10 @@
!denylisted_constants? &&
!denylisted_executables? &&
!in_denylisted_rake_task?
end
- COMMA = ",".freeze
+ COMMA = ','.freeze
def denylisted_constants?
denylisted?(NewRelic::Agent.config[:'autostart.denylisted_constants']) do |name|
if RUBY_PLATFORM.eql?('java')
# As of JRuby 9.3.4.0, Object.const_defined? will still cross