Module: Homebrew::Cmd::Bundle::AddSubcommand::Args Private
- Defined in:
- sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi
This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.
Instance Method Summary collapse
- #brews? ⇒ Boolean private
- #cargo? ⇒ Boolean private
- #cask? ⇒ Boolean private
- #casks? ⇒ Boolean private
- #describe? ⇒ Boolean private
- #flatpak? ⇒ Boolean private
- #formula? ⇒ Boolean private
- #formulae? ⇒ Boolean private
- #go? ⇒ Boolean private
- #install? ⇒ Boolean private
- #krew? ⇒ Boolean private
- #no_describe? ⇒ Boolean private
- #npm? ⇒ Boolean private
- #tap? ⇒ Boolean private
- #taps? ⇒ Boolean private
- #uv? ⇒ Boolean private
- #vscode? ⇒ Boolean private
Instance Method Details
#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.
15 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 15 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.
18 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 18 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.
21 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 21 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.
24 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 24 def casks?; 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.
27 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 27 def describe?; 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.
30 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 30 def flatpak?; 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.
33 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 33 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.
36 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 36 def formulae?; 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.
39 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 39 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.
42 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 42 def install?; 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.
45 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 45 def krew?; end |
#no_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.
48 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 48 def no_describe?; 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.
51 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 51 def npm?; 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.
54 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 54 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.
57 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 57 def taps?; 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.
60 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 60 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.
63 |
# File 'sorbet/rbi/dsl/homebrew/cmd/bundle/add_subcommand.rbi', line 63 def vscode?; end |