Class: Homebrew::Cmd::Deps::Args Private
- Inherits:
-
Homebrew::CLI::Args
- Object
- OpenStruct
- Homebrew::CLI::Args
- Homebrew::Cmd::Deps::Args
- Defined in:
- sorbet/rbi/dsl/homebrew/cmd/deps.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 Homebrew::CLI::Args
Homebrew::CLI::Args::OptionsType
Instance Attribute Summary
Attributes inherited from Homebrew::CLI::Args
Instance Method Summary collapse
- #annotate? ⇒ Boolean private
- #arch ⇒ String? private
- #cask? ⇒ Boolean private
- #casks? ⇒ Boolean private
- #declared? ⇒ Boolean private
- #direct? ⇒ Boolean private
- #dot? ⇒ Boolean private
- #eval_all? ⇒ Boolean private
- #for_each? ⇒ Boolean private
- #formula? ⇒ Boolean private
- #formulae? ⇒ Boolean private
- #full_name? ⇒ Boolean private
- #graph? ⇒ Boolean private
- #HEAD? ⇒ Boolean private
- #include_build? ⇒ Boolean private
- #include_optional? ⇒ Boolean private
- #include_requirements? ⇒ Boolean private
- #include_test? ⇒ Boolean private
- #installed? ⇒ Boolean private
- #missing? ⇒ Boolean private
- #n? ⇒ Boolean private
- #os ⇒ String? private
- #skip_recommended? ⇒ Boolean private
- #topological? ⇒ Boolean private
- #tree? ⇒ Boolean private
- #union? ⇒ Boolean private
Methods inherited from Homebrew::CLI::Args
#build_from_source?, #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?, #remaining, #value, #verbose?
Constructor Details
This class inherits a constructor from Homebrew::CLI::Args
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Homebrew::CLI::Args
Instance Method Details
#annotate? ⇒ 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/cmd/deps.rbi', line 18 def annotate?; end |
#arch ⇒ 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.
21 |
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 21 def arch; end |
#cask? ⇒ 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/cmd/deps.rbi', line 24 def cask?; end |
#casks? ⇒ 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/cmd/deps.rbi', line 27 def casks?; end |
#declared? ⇒ 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/cmd/deps.rbi', line 30 def declared?; end |
#direct? ⇒ 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.
33 |
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 33 def direct?; end |
#dot? ⇒ 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/cmd/deps.rbi', line 36 def dot?; end |
#eval_all? ⇒ 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/cmd/deps.rbi', line 39 def eval_all?; end |
#for_each? ⇒ 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/cmd/deps.rbi', line 42 def for_each?; end |
#formula? ⇒ 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/cmd/deps.rbi', line 45 def formula?; end |
#formulae? ⇒ 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/cmd/deps.rbi', line 48 def formulae?; end |
#full_name? ⇒ 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/cmd/deps.rbi', line 51 def full_name?; end |
#graph? ⇒ 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/cmd/deps.rbi', line 54 def graph?; end |
#HEAD? ⇒ 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/cmd/deps.rbi', line 15 def HEAD?; end |
#include_build? ⇒ 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/cmd/deps.rbi', line 57 def include_build?; end |
#include_optional? ⇒ 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/cmd/deps.rbi', line 60 def include_optional?; end |
#include_requirements? ⇒ 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.
63 |
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 63 def include_requirements?; end |
#include_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.
66 |
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 66 def include_test?; end |
#installed? ⇒ 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.
69 |
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 69 def installed?; end |
#missing? ⇒ 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.
72 |
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 72 def missing?; end |
#n? ⇒ 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.
75 |
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 75 def n?; end |
#os ⇒ 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.
78 |
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 78 def os; end |
#skip_recommended? ⇒ 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.
81 |
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 81 def skip_recommended?; end |
#topological? ⇒ 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.
84 |
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 84 def topological?; end |
#tree? ⇒ 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.
87 |
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 87 def tree?; end |
#union? ⇒ 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.
90 |
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 90 def union?; end |