Sha256: 8d64ac93ddb6f3272046f9274961b34041bd1f20fe2b7078d7a31f2585caf0a2
Contents?: true
Size: 393 Bytes
Versions: 28
Compression:
Stored size: 393 Bytes
Contents
# frozen_string_literal: true module Datadog module Tracing 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 end
Version data entries
28 entries across 28 versions & 2 rubygems