Sha256: 64690954b613ab1c19bc804b6a6f4c9becce6a33cfce4d6f4d7ea2fe4f30fecd
Contents?: true
Size: 321 Bytes
Versions: 2
Compression:
Stored size: 321 Bytes
Contents
require_relative '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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ddtrace-1.10.1 | lib/datadog/core/extensions.rb |
ddtrace-1.10.0 | lib/datadog/core/extensions.rb |