Class: Homebrew::Cmd::SearchCmd::Args Private
- Inherits:
-
Homebrew::CLI::Args
- Object
- OpenStruct
- Homebrew::CLI::Args
- Homebrew::Cmd::SearchCmd::Args
- Defined in:
- sorbet/rbi/dsl/homebrew/cmd/search_cmd.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
- #archlinux? ⇒ Boolean private
- #cask? ⇒ Boolean private
- #casks? ⇒ Boolean private
- #closed? ⇒ Boolean private
- #debian? ⇒ Boolean private
- #desc? ⇒ Boolean private
- #eval_all? ⇒ Boolean private
- #fedora? ⇒ Boolean private
- #fink? ⇒ Boolean private
- #formula? ⇒ Boolean private
- #formulae? ⇒ Boolean private
- #macports? ⇒ Boolean private
- #open? ⇒ Boolean private
- #opensuse? ⇒ Boolean private
- #pull_request? ⇒ Boolean private
- #repology? ⇒ Boolean private
- #ubuntu? ⇒ Boolean private
Methods inherited from Homebrew::CLI::Args
#arch, #build_from_source?, #build_from_source_formulae, #context, #debug?, #freeze_named_args!, #freeze_processed_options!, #freeze_remaining_args!, #help?, #include_test?, #include_test_formulae, #initialize, #named, #no_named?, #only_formula_or_cask, #os, #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
#archlinux? ⇒ 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/search_cmd.rbi', line 15 def archlinux?; 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.
18 |
# File 'sorbet/rbi/dsl/homebrew/cmd/search_cmd.rbi', line 18 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.
21 |
# File 'sorbet/rbi/dsl/homebrew/cmd/search_cmd.rbi', line 21 def casks?; end |
#closed? ⇒ 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/search_cmd.rbi', line 24 def closed?; end |
#debian? ⇒ 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/search_cmd.rbi', line 27 def debian?; end |
#desc? ⇒ 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/search_cmd.rbi', line 30 def desc?; 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.
33 |
# File 'sorbet/rbi/dsl/homebrew/cmd/search_cmd.rbi', line 33 def eval_all?; end |
#fedora? ⇒ 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/search_cmd.rbi', line 36 def fedora?; end |
#fink? ⇒ 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/search_cmd.rbi', line 39 def fink?; 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.
42 |
# File 'sorbet/rbi/dsl/homebrew/cmd/search_cmd.rbi', line 42 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.
45 |
# File 'sorbet/rbi/dsl/homebrew/cmd/search_cmd.rbi', line 45 def formulae?; end |
#macports? ⇒ 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/search_cmd.rbi', line 48 def macports?; end |
#open? ⇒ 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/search_cmd.rbi', line 51 def open?; end |
#opensuse? ⇒ 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/search_cmd.rbi', line 54 def opensuse?; end |
#pull_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.
57 |
# File 'sorbet/rbi/dsl/homebrew/cmd/search_cmd.rbi', line 57 def pull_request?; end |
#repology? ⇒ 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/search_cmd.rbi', line 60 def repology?; end |
#ubuntu? ⇒ 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/search_cmd.rbi', line 63 def ubuntu?; end |