Class: Homebrew::Cmd::Bundle::Args Private

Inherits:
Homebrew::CLI::Args show all
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

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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


39
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 39

def f?; end

#fileString?

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.

Returns:



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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


69
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 69

def install?; end

#jobsString?

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.

Returns:



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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


213
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 213

def services?; end

#subcommandString?

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.

Returns:



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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


225
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 225

def upgrade?; end

#upgrade_formulaString?

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.

Returns:



228
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 228

def upgrade_formula; end

#upgrade_formulaeString?

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.

Returns:



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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


243
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle.rbi', line 243

def zap?; end