Class: Homebrew::Cmd::Bundle::Args Private
- Inherits:
-
Homebrew::CLI::Args
- Object
- Homebrew::CLI::Args
- Homebrew::Cmd::Bundle::Args
- Defined in:
- sorbet/rbi/dsl/homebrew/cmd/bundle.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
#flags_only, #options_only, #remaining
Instance Method Summary collapse
- #all? ⇒ Boolean private
- #brews? ⇒ Boolean private
- #cargo? ⇒ Boolean private
- #cask? ⇒ Boolean private
- #casks? ⇒ Boolean private
- #check? ⇒ Boolean private
- #cleanup? ⇒ Boolean private
- #describe? ⇒ Boolean private
- #f? ⇒ Boolean private
- #file ⇒ String? private
- #flatpak? ⇒ Boolean private
- #force? ⇒ Boolean private
- #force_cleanup? ⇒ Boolean private
- #formula? ⇒ Boolean private
- #formulae? ⇒ Boolean private
- #g? ⇒ Boolean private
- #global? ⇒ Boolean private
- #go? ⇒ Boolean private
- #install? ⇒ Boolean private
- #jobs ⇒ String? private
- #krew? ⇒ Boolean private
- #mas? ⇒ Boolean private
- #no_brews? ⇒ Boolean private
- #no_cargo? ⇒ Boolean private
- #no_cask? ⇒ Boolean private
- #no_casks? ⇒ Boolean private
- #no_cleanup_brew? ⇒ Boolean private
- #no_cleanup_cargo? ⇒ Boolean private
- #no_cleanup_cask? ⇒ Boolean private
- #no_cleanup_flatpak? ⇒ Boolean private
- #no_cleanup_go? ⇒ Boolean private
- #no_cleanup_krew? ⇒ Boolean private
- #no_cleanup_mas? ⇒ Boolean private
- #no_cleanup_npm? ⇒ Boolean private
- #no_cleanup_tap? ⇒ Boolean private
- #no_cleanup_uv? ⇒ Boolean private
- #no_cleanup_vscode? ⇒ Boolean private
- #no_cleanup_winget? ⇒ Boolean private
- #no_dump_brew? ⇒ Boolean private
- #no_dump_cargo? ⇒ Boolean private
- #no_dump_cask? ⇒ Boolean private
- #no_dump_flatpak? ⇒ Boolean private
- #no_dump_go? ⇒ Boolean private
- #no_dump_krew? ⇒ Boolean private
- #no_dump_mas? ⇒ Boolean private
- #no_dump_npm? ⇒ Boolean private
- #no_dump_tap? ⇒ Boolean private
- #no_dump_uv? ⇒ Boolean private
- #no_dump_vscode? ⇒ Boolean private
- #no_dump_winget? ⇒ Boolean private
- #no_flatpak? ⇒ Boolean private
- #no_formula? ⇒ Boolean private
- #no_formulae? ⇒ Boolean private
- #no_go? ⇒ Boolean private
- #no_krew? ⇒ Boolean private
- #no_mas? ⇒ Boolean private
- #no_npm? ⇒ Boolean private
- #no_restart? ⇒ Boolean private
- #no_secrets? ⇒ Boolean private
- #no_tap? ⇒ Boolean private
- #no_taps? ⇒ Boolean private
- #no_upgrade? ⇒ Boolean private
- #no_uv? ⇒ Boolean private
- #no_vscode? ⇒ Boolean private
- #no_winget? ⇒ Boolean private
- #npm? ⇒ Boolean private
- #services? ⇒ Boolean private
- #subcommand ⇒ String? private
- #tap? ⇒ Boolean private
- #taps? ⇒ Boolean private
- #upgrade? ⇒ Boolean private
- #upgrade_formula ⇒ String? private
- #upgrade_formulae ⇒ String? private
- #uv? ⇒ Boolean private
- #vscode? ⇒ Boolean private
- #winget? ⇒ Boolean private
- #zap? ⇒ Boolean private
Methods inherited from Homebrew::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? ⇒ 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/bundle.rbi', line 15 def all?; end |
#brews? ⇒ 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/bundle.rbi', line 18 def brews?; end |
#cargo? ⇒ 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/cmd/bundle.rbi', line 21 def cargo?; 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/bundle.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/bundle.rbi', line 27 def casks?; end |
#check? ⇒ 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/bundle.rbi', line 30 def check?; end |
#cleanup? ⇒ 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/bundle.rbi', line 33 def cleanup?; end |
#describe? ⇒ 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/bundle.rbi', line 36 def describe?; end |
#f? ⇒ 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/bundle.rbi', line 39 def f?; end |
#file ⇒ 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.
42 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 42 def file; end |
#flatpak? ⇒ 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/bundle.rbi', line 45 def flatpak?; end |
#force? ⇒ 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/bundle.rbi', line 48 def force?; end |
#force_cleanup? ⇒ 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/bundle.rbi', line 51 def force_cleanup?; 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.
54 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 54 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.
57 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 57 def formulae?; end |
#g? ⇒ 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/bundle.rbi', line 60 def g?; end |
#global? ⇒ 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/bundle.rbi', line 63 def global?; end |
#go? ⇒ 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/bundle.rbi', line 66 def go?; 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.
69 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 69 def install?; end |
#jobs ⇒ 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.
72 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 72 def jobs; end |
#krew? ⇒ 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/bundle.rbi', line 75 def krew?; end |
#mas? ⇒ 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.
78 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 78 def mas?; end |
#no_brews? ⇒ 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/bundle.rbi', line 81 def no_brews?; end |
#no_cargo? ⇒ 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/bundle.rbi', line 84 def no_cargo?; end |
#no_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.
87 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 87 def no_cask?; end |
#no_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.
90 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 90 def no_casks?; end |
#no_cleanup_brew? ⇒ 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.
93 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 93 def no_cleanup_brew?; end |
#no_cleanup_cargo? ⇒ 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.
96 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 96 def no_cleanup_cargo?; end |
#no_cleanup_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.
99 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 99 def no_cleanup_cask?; end |
#no_cleanup_flatpak? ⇒ 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.
102 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 102 def no_cleanup_flatpak?; end |
#no_cleanup_go? ⇒ 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.
105 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 105 def no_cleanup_go?; end |
#no_cleanup_krew? ⇒ 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.
108 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 108 def no_cleanup_krew?; end |
#no_cleanup_mas? ⇒ 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.
111 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 111 def no_cleanup_mas?; end |
#no_cleanup_npm? ⇒ 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.
114 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 114 def no_cleanup_npm?; end |
#no_cleanup_tap? ⇒ 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.
117 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 117 def no_cleanup_tap?; end |
#no_cleanup_uv? ⇒ 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.
120 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 120 def no_cleanup_uv?; end |
#no_cleanup_vscode? ⇒ 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.
123 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 123 def no_cleanup_vscode?; end |
#no_cleanup_winget? ⇒ 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.
126 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 126 def no_cleanup_winget?; end |
#no_dump_brew? ⇒ 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.
129 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 129 def no_dump_brew?; end |
#no_dump_cargo? ⇒ 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.
132 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 132 def no_dump_cargo?; end |
#no_dump_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.
135 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 135 def no_dump_cask?; end |
#no_dump_flatpak? ⇒ 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.
138 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 138 def no_dump_flatpak?; end |
#no_dump_go? ⇒ 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.
141 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 141 def no_dump_go?; end |
#no_dump_krew? ⇒ 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.
144 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 144 def no_dump_krew?; end |
#no_dump_mas? ⇒ 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.
147 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 147 def no_dump_mas?; end |
#no_dump_npm? ⇒ 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.
150 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 150 def no_dump_npm?; end |
#no_dump_tap? ⇒ 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.
153 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 153 def no_dump_tap?; end |
#no_dump_uv? ⇒ 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.
156 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 156 def no_dump_uv?; end |
#no_dump_vscode? ⇒ 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.
159 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 159 def no_dump_vscode?; end |
#no_dump_winget? ⇒ 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.
162 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 162 def no_dump_winget?; end |
#no_flatpak? ⇒ 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.
165 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 165 def no_flatpak?; end |
#no_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.
168 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 168 def no_formula?; end |
#no_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.
171 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 171 def no_formulae?; end |
#no_go? ⇒ 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.
174 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 174 def no_go?; end |
#no_krew? ⇒ 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.
177 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 177 def no_krew?; end |
#no_mas? ⇒ 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.
180 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 180 def no_mas?; end |
#no_npm? ⇒ 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.
183 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 183 def no_npm?; end |
#no_restart? ⇒ 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.
186 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 186 def no_restart?; end |
#no_secrets? ⇒ 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.
189 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 189 def no_secrets?; end |
#no_tap? ⇒ 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.
192 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 192 def no_tap?; end |
#no_taps? ⇒ 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.
195 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 195 def no_taps?; end |
#no_upgrade? ⇒ 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.
198 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 198 def no_upgrade?; end |
#no_uv? ⇒ 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.
201 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 201 def no_uv?; end |
#no_vscode? ⇒ 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.
204 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 204 def no_vscode?; end |
#no_winget? ⇒ 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.
207 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 207 def no_winget?; end |
#npm? ⇒ 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.
210 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 210 def npm?; end |
#services? ⇒ 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.
213 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 213 def services?; end |
#subcommand ⇒ 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.
216 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 216 def subcommand; end |
#tap? ⇒ 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.
219 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 219 def tap?; end |
#taps? ⇒ 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.
222 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 222 def taps?; end |
#upgrade? ⇒ 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.
225 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 225 def upgrade?; end |
#upgrade_formula ⇒ 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.
228 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 228 def upgrade_formula; end |
#upgrade_formulae ⇒ 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.
231 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 231 def upgrade_formulae; end |
#uv? ⇒ 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.
234 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 234 def uv?; end |
#vscode? ⇒ 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.
237 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 237 def vscode?; end |
#winget? ⇒ 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.
240 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 240 def winget?; end |
#zap? ⇒ 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.
243 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 243 def zap?; end |