Sha256: 8acae6082e6909c383652322216f0b2ef3e77bdd4eeff3a46cac25b2608b3f0c
Contents?: true
Size: 505 Bytes
Versions: 36
Compression:
Stored size: 505 Bytes
Contents
# frozen_string_literal: true require_relative '../patcher' require_relative 'cache/patcher' module Datadog module Tracing module Contrib module ActiveSupport # Patcher enables patching of 'active_support' module. module Patcher include Contrib::Patcher module_function def target_version Integration.version end def patch Cache::Patcher.patch end end end end end end
Version data entries
36 entries across 36 versions & 2 rubygems