Class: Homebrew::DevCmd::FormulaAnalytics::Args Private
- Defined in:
- sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi
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.
Constant Summary
Constants inherited from CLI::Args
Instance Attribute Summary
Attributes inherited from CLI::Args
#flags_only, #options_only, #remaining
Instance Method Summary collapse
- #all_core_formulae_json? ⇒ Boolean private
- #brew_command_run? ⇒ Boolean private
- #brew_command_run_options? ⇒ Boolean private
- #brew_test_bot_test? ⇒ Boolean private
- #build_error? ⇒ Boolean private
- #cask_install? ⇒ Boolean private
- #days_ago ⇒ String? private
- #homebrew_devcmdrun_developer? ⇒ Boolean private
- #homebrew_os_arch_ci? ⇒ Boolean private
- #homebrew_prefixes? ⇒ Boolean private
- #homebrew_versions? ⇒ Boolean private
- #install? ⇒ Boolean private
- #install_on_request? ⇒ Boolean private
- #json? ⇒ Boolean private
- #os_version? ⇒ Boolean private
- #setup? ⇒ Boolean private
Methods inherited from CLI::Args
#build_from_source_formulae, #context, #debug?, #freeze_named_args!, #freeze_processed_options!, #freeze_remaining_args!, #help?, #include_test_formulae, #initialize, #named, #no_named?, #only_formula_or_cask, #os_arch_combinations, #quiet?, #set_arg, #tap, #value, #verbose?
Constructor Details
This class inherits a constructor from Homebrew::CLI::Args
Instance Method Details
#all_core_formulae_json? ⇒ Boolean
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.
15 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 15 def all_core_formulae_json?; end |
#brew_command_run? ⇒ Boolean
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.
18 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 18 def brew_command_run?; end |
#brew_command_run_options? ⇒ Boolean
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.
21 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 21 def ; end |
#brew_test_bot_test? ⇒ Boolean
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.
24 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 24 def brew_test_bot_test?; end |
#build_error? ⇒ Boolean
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.
27 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 27 def build_error?; end |
#cask_install? ⇒ Boolean
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.
30 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 30 def cask_install?; end |
#days_ago ⇒ String?
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.
33 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 33 def days_ago; end |
#homebrew_devcmdrun_developer? ⇒ Boolean
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.
36 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 36 def homebrew_devcmdrun_developer?; end |
#homebrew_os_arch_ci? ⇒ Boolean
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.
39 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 39 def homebrew_os_arch_ci?; end |
#homebrew_prefixes? ⇒ Boolean
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.
42 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 42 def homebrew_prefixes?; end |
#homebrew_versions? ⇒ Boolean
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.
45 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 45 def homebrew_versions?; end |
#install? ⇒ Boolean
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.
48 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 48 def install?; end |
#install_on_request? ⇒ Boolean
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.
51 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 51 def install_on_request?; end |
#json? ⇒ Boolean
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.
54 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 54 def json?; end |
#os_version? ⇒ Boolean
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.
57 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 57 def os_version?; end |
#setup? ⇒ Boolean
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.
60 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/formula_analytics.rbi', line 60 def setup?; end |