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