Class: Homebrew::DevCmd::Tests::Args Private
- Defined in:
- sorbet/rbi/dsl/homebrew/dev_cmd/tests.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
- #changed? ⇒ Boolean private
- #coverage? ⇒ Boolean private
- #fail_fast? ⇒ Boolean private
- #generic? ⇒ Boolean private
- #online? ⇒ Boolean private
- #only ⇒ String? private
- #profile ⇒ String? private
- #seed ⇒ String? private
Methods inherited from CLI::Args
#arch, #build_from_source?, #build_from_source_formulae, #cask?, #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
#changed? ⇒ 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/tests.rbi', line 15 def changed?; end |
#coverage? ⇒ 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/tests.rbi', line 18 def coverage?; end |
#fail_fast? ⇒ 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/tests.rbi', line 21 def fail_fast?; end |
#generic? ⇒ 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/tests.rbi', line 24 def generic?; end |
#online? ⇒ 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/tests.rbi', line 27 def online?; end |
#only ⇒ 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.
30 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/tests.rbi', line 30 def only; end |
#profile ⇒ 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.
33 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/tests.rbi', line 33 def profile; end |
#seed ⇒ 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.
36 |
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/tests.rbi', line 36 def seed; end |