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 17
def patch
  Cache::Patcher.patch
end
target_version() click to toggle source
# File lib/ddtrace/contrib/active_support/patcher.rb, line 13
def target_version
  Integration.version
end