Sha256: 6ddba4f33c3ae972de08b534ec3f9742751f1d9e22fe15bd06ee4bebb1e91de7
Contents?: true
Size: 382 Bytes
Versions: 40
Compression:
Stored size: 382 Bytes
Contents
# frozen_string_literal: true module Datadog module Core # Module to interact with core remote component module Remote class << self def active_remote remote end private def components Datadog.send(:components) end def remote components.remote end end end end end
Version data entries
40 entries across 40 versions & 2 rubygems