Skip to content

Commit

Permalink
playing around with typespecs
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Aug 23, 2023
1 parent 87ba255 commit 3be5c52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sig/datadog/ci/contrib/cucumber/integration.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3be5c52

Please sign in to comment.