Sha256: 518e5985b1447e284ec5c75fad4e73f4f6045bb2acbab2604e2e3a27d0442d5f
Contents?: true
Size: 336 Bytes
Versions: 12
Compression:
Stored size: 336 Bytes
Contents
# typed: true 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
12 entries across 12 versions & 1 rubygems