Sha256: ab9efe860050a95e9403849d6712a56bc69a746b2a70518dc24ff4739f3bbaab
Contents?: true
Size: 407 Bytes
Versions: 34
Compression:
Stored size: 407 Bytes
Contents
# This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. # frozen_string_literal: true module NewRelic::Agent::Instrumentation module Memcache module Chain extend Helper def self.instrument!(target_class) instrument_methods(target_class, client_methods) end end end end
Version data entries
34 entries across 34 versions & 1 rubygems