Class: Cask::Artifact::Zap Private
- Inherits:
-
AbstractUninstall
- Object
- AbstractArtifact
- AbstractUninstall
- Cask::Artifact::Zap
- Defined in:
- cask/artifact/zap.rb
Overview
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Artifact corresponding to the zap
stanza.
Constant Summary
Constants inherited from AbstractUninstall
AbstractUninstall::ORDERED_DIRECTIVES
Instance Attribute Summary
Attributes inherited from AbstractUninstall
Attributes inherited from AbstractArtifact
Instance Method Summary collapse
- #zap_phase(**options) ⇒ void private
Methods inherited from AbstractUninstall
from_args, #initialize, #summarize, #to_h
Methods included from SystemCommand::Mixin
#system_command, #system_command!
Methods included from OS::Linux::Cask::Artifact::AbstractUninstall
Methods included from OS::Mac::Cask::Artifact::AbstractUninstall
Methods inherited from AbstractArtifact
#config, dirmethod, dsl_key, english_article, english_name, #initialize, read_script_arguments, #staged_path_join_executable, #summarize, #to_args
Methods included from Utils::Output::Mixin
#odebug, #odeprecated, #odie, #odisabled, #ofail, #oh1, #oh1_title, #ohai, #ohai_title, #onoe, #opoo, #opoo_outside_github_actions, #pretty_duration, #pretty_installed, #pretty_outdated, #pretty_uninstalled
Constructor Details
This class inherits a constructor from Cask::Artifact::AbstractUninstall
Instance Method Details
#zap_phase(**options) ⇒ void
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
This method returns an undefined value.
11 12 13 |
# File 'cask/artifact/zap.rb', line 11 def zap_phase(**) dispatch_uninstall_directives(**) end |