Sha256: f09ae21c8b23f0afd2c9ff6577bd846d6baff052904975c664d8a8e694032ca2
Contents?: true
Size: 257 Bytes
Versions: 9
Compression:
Stored size: 257 Bytes
Contents
# frozen_string_literal: true module Datadog module CI module Utils module TestRun def self.command return @command if defined?(@command) @command = "#{$0} #{ARGV.join(" ")}" end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems