Namespace for components that help modify existing code for instrumentation purposes.
9 10 11
# File 'lib/ddtrace/augmentation.rb', line 9 def shim(object, &block) Shim.new(object, &block) end