From 3be5c52a5a71f00725946fe54527b0a89ad82524 Mon Sep 17 00:00:00 2001 From: Andrey Marchenko Date: Wed, 23 Aug 2023 14:03:34 +0200 Subject: [PATCH] playing around with typespecs --- sig/datadog/ci/contrib/cucumber/integration.rbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sig/datadog/ci/contrib/cucumber/integration.rbs b/sig/datadog/ci/contrib/cucumber/integration.rbs index 10b01d62..1dd57b16 100644 --- a/sig/datadog/ci/contrib/cucumber/integration.rbs +++ b/sig/datadog/ci/contrib/cucumber/integration.rbs @@ -5,13 +5,13 @@ module Datadog class Integration extend Datadog::Tracing::Contrib::Integration - MINIMUM_VERSION: untyped + MINIMUM_VERSION: Gem::Version def self.version: () -> untyped - def self.loaded?: () -> untyped + def self.loaded?: () -> bool - def compatible?: () -> bool + def self.compatible?: () -> bool def auto_instrument?: () -> false