Module: Datadog::Augmentation

Included in:
Datadog
Defined in:
lib/ddtrace/augmentation.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#shim(object, &block) ⇒ Object



9
10
11
# File 'lib/ddtrace/augmentation.rb', line 9

def shim(object, &block)
  Shim.new(object, &block)
end