Sha256: 18d8661a2118f065ffde76f7dee96ccdfe83b7358e0660e2fa1ed8ee670aa452
Contents?: true
Size: 344 Bytes
Versions: 8
Compression:
Stored size: 344 Bytes
Contents
# frozen_string_literal: true module Datadog module Transport module HTTP module API # Specification for an HTTP API # Defines behaviors without specific configuration details. class Spec def initialize yield(self) if block_given? end end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems