Method: Datadog::Shim#wrap_method!

Defined in:
lib/ddtrace/augmentation/shim.rb

#wrap_method!(method_name, &block) ⇒ Object



77
78
79
# File 'lib/ddtrace/augmentation/shim.rb', line 77

def wrap_method!(method_name, &block)
  super(shim_target.method(method_name), &block)
end