Class: Tapioca::Commands::CommandWithoutTracker

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

Direct Known Subclasses

Annotations, CheckShims, Configure, Dsl, Require, Todo

Instance Method Summary collapse

Methods inherited from Command

#execute

Methods included from Tapioca::CliHelper

#netrc_file, #rbi_formatter, #say_error

Constructor Details

#initializeCommandWithoutTracker

Returns a new instance of CommandWithoutTracker.



12
13
14
15
# File 'lib/tapioca/commands/command_without_tracker.rb', line 12

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