Class: Tapioca::Commands::CommandWithoutTracker Abstract
- 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
-
#initialize ⇒ CommandWithoutTracker
constructor
: -> void.
Methods inherited from Command
Methods included from Tapioca::CliHelper
#netrc_file, #rbi_formatter, #say_error
Constructor Details
#initialize ⇒ CommandWithoutTracker
: -> void
9 10 11 12 |
# File 'lib/tapioca/commands/command_without_tracker.rb', line 9 def initialize Tapioca::Runtime::Trackers.disable_all! super end |