Module: Datadog::Tracing::Contrib::Ethon::EasyPatch
- Defined in:
- lib/datadog/tracing/contrib/ethon/easy_patch.rb
Overview
Ethon EasyPatch
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
17 18 19 |
# File 'lib/datadog/tracing/contrib/ethon/easy_patch.rb', line 17 def self.included(base) base.prepend(InstanceMethods) end |