Sha256: 4db119f83d64f86883d1699bde1cdd64f7a1c8be7a4979a31219ae71e574b25d
Contents?: true
Size: 489 Bytes
Versions: 12
Compression:
Stored size: 489 Bytes
Contents
# typed: 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
12 entries across 12 versions & 1 rubygems