# File lib/new_relic/agent/instrumentation/rake.rb, line 64
        def self.safe_from_third_party_gem?
          if NewRelic::LanguageSupport.bundled_gem?("newrelic-rake")
            ::NewRelic::Agent.logger.info("Not installing New Relic supported Rake instrumentation because the third party newrelic-rake gem is present")
            false
          else
            true
          end
        end