Class: Homebrew::DevCmd::Create::Args Private
- Defined in:
- sorbet/rbi/dsl/homebrew/dev_cmd/create.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 CLI::Args
Instance Attribute Summary
Attributes inherited from CLI::Args
Instance Method Summary collapse
- #autotools? ⇒ Boolean private
- #cask? ⇒ Boolean private
- #cmake? ⇒ Boolean private
- #crystal? ⇒ Boolean private
- #f? ⇒ Boolean private
- #force? ⇒ Boolean private
- #go? ⇒ Boolean private
- #HEAD? ⇒ Boolean private
- #meson? ⇒ Boolean private
- #no_fetch? ⇒ Boolean private
- #node? ⇒ Boolean private
- #perl? ⇒ Boolean private
- #python? ⇒ Boolean private
- #ruby? ⇒ Boolean private
- #rust? ⇒ Boolean private
- #set_license ⇒ String? private
- #set_name ⇒ String? private
- #set_version ⇒ String? private
- #tap ⇒ String? private
Methods inherited from CLI::Args
#arch, #build_from_source?, #build_from_source_formulae, #context, #debug?, #formula?, #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
#autotools? ⇒ 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/dev_cmd/create.rbi', line 18 def autotools?; 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/dev_cmd/create.rbi', line 21 def cask?; end |
#cmake? ⇒ 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/dev_cmd/create.rbi', line 24 def cmake?; end |
#crystal? ⇒ 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/dev_cmd/create.rbi', line 27 def crystal?; 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.
30 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/create.rbi', line 30 def f?; 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.
33 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/create.rbi', line 33 def force?; 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.
36 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/create.rbi', line 36 def go?; 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/dev_cmd/create.rbi', line 15 def HEAD?; end |
#meson? ⇒ 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/dev_cmd/create.rbi', line 39 def meson?; end |
#no_fetch? ⇒ 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/dev_cmd/create.rbi', line 42 def no_fetch?; end |
#node? ⇒ 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/dev_cmd/create.rbi', line 45 def node?; end |
#perl? ⇒ 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/dev_cmd/create.rbi', line 48 def perl?; end |
#python? ⇒ 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/dev_cmd/create.rbi', line 51 def python?; end |
#ruby? ⇒ 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/dev_cmd/create.rbi', line 54 def ruby?; end |
#rust? ⇒ 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/dev_cmd/create.rbi', line 57 def rust?; end |
#set_license ⇒ 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.
60 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/create.rbi', line 60 def set_license; end |
#set_name ⇒ 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.
63 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/create.rbi', line 63 def set_name; end |
#set_version ⇒ 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.
66 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/create.rbi', line 66 def set_version; end |
#tap ⇒ 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.
69 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/create.rbi', line 69 def tap; end |