Sha256: 757dbf5466bb9fac2632e76758272e716e44603df132a2bc1d047ba287cc0f6a
Contents?: true
Size: 423 Bytes
Versions: 13
Compression:
Stored size: 423 Bytes
Contents
# encoding: utf-8 # 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
13 entries across 13 versions & 1 rubygems