Method: Datadog::Tracing::Contrib::RestClient::Patcher.patch
- Defined in:
- lib/datadog/tracing/contrib/rest_client/patcher.rb
.patch ⇒ Object
19 20 21 22 23 |
# File 'lib/datadog/tracing/contrib/rest_client/patcher.rb', line 19 def patch require_relative 'request_patch' ::RestClient::Request.include(RequestPatch) end |