module Datadog::Augmentation

Namespace for components that help modify existing code for instrumentation purposes.

Public Instance Methods

shim(object, &block) click to toggle source
# File lib/ddtrace/augmentation.rb, line 9
def shim(object, &block)
  Shim.new(object, &block)
end