module Datadog::Contrib::ActiveSupport::Patcher
Patcher
enables patching of 'active_support' module.
Public Instance Methods
patch()
click to toggle source
# File lib/ddtrace/contrib/active_support/patcher.rb, line 18 def patch Cache::Patcher.patch end
target_version()
click to toggle source
# File lib/ddtrace/contrib/active_support/patcher.rb, line 14 def target_version Integration.version end