Sha256: 1e71063fc84d9bdf2f00be9dd5776f368a28998b635e86e0fdfd5596caae6d19
Contents?: true
Size: 340 Bytes
Versions: 4
Compression:
Stored size: 340 Bytes
Contents
# typed: true require 'datadog/core/configuration' # Global namespace that includes all Datadog functionality. # @public_api module Datadog module Core # Used to decorate Datadog module with additional behavior module Extensions def self.extended(base) base.extend(Core::Configuration) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ddtrace-1.2.0 | lib/datadog/core/extensions.rb |
ddtrace-1.1.0 | lib/datadog/core/extensions.rb |
ddtrace-1.0.0 | lib/datadog/core/extensions.rb |
ddtrace-1.0.0.beta2 | lib/datadog/core/extensions.rb |