Sha256: 090ad0ddd566939a1b47353878439f5e5ed9567f6742a46d2735336571879c69
Contents?: true
Size: 294 Bytes
Versions: 44
Compression:
Stored size: 294 Bytes
Contents
# typed: strict # frozen_string_literal: true module Tapioca module Commands class CommandWithoutTracker < Command extend T::Helpers abstract! sig { void } def initialize Tapioca::Runtime::Trackers.disable_all! super end end end end
Version data entries
44 entries across 44 versions & 2 rubygems