Class: Tapioca::Commands::CommandWithoutTracker Abstract

Inherits:
Command
  • Object
show all
Defined in:
lib/tapioca/commands/command_without_tracker.rb

Overview

This class is abstract.

Direct Known Subclasses

AbstractDsl, Annotations, CheckShims, Configure, Require, Todo

Instance Method Summary collapse

Methods inherited from Command

#run

Methods included from Tapioca::CliHelper

#netrc_file, #rbi_formatter, #say_error

Constructor Details

#initializeCommandWithoutTracker

: -> void



9
10
11
12
# File 'lib/tapioca/commands/command_without_tracker.rb', line 9

def initialize
  Tapioca::Runtime::Trackers.disable_all!
  super
end